UnQL

UnQL
Login

This website contains code and documentation for a prototype implementation of UnQL. To access the code:

  1. Visit the timeline to see a selection of available check-ins.
  2. Click on the link for the check-in you want to acquire.
  3. Click on either the "ZIP Archive" or "Tarball" link on the check-in information page.

You might want to Download and install the Fossil DVCS used by this project. After doing so, you can clone the repository and build the prototype as follows:

  1. fossil clone http://unql.sqlite.org/fossil unql.fossil
  2. fossil open unql.fossil
  3. make

The makefile works on linux and mac. There is nothing to stop you from building on windows as well, though you'll need to come up with your own makefile for that. (If you do so, please contribute it back to the project!)

Links: