UnQL

Changes To UnQL
Login

Changes to "UnQL" between 2011-07-23 15:21:51 and 2011-08-01 11:51:04



1


















2
3
4
5
6
1
2

3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+





This website contains code and documentation for a prototype
implementation of UnQL.  To access the code:
<i>Need to fill this in with interesting stuff....</i>

   1.  [/login | Login as "anonymous"].  We require anonymous login
       to block spiders.
   2.  Visit the [/timeline | timeline] to see what has changed.

You might want to [http://www.fossil-scm.org/download.html | Download] and
[/doc/trunk/www/build.wiki | install] the [http://www.fossil-scm.org | Fossil DVCS]
used by this project.  After doing so, you can clone the repository and
build the prototype as follows:

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

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:

   *   [UnQL Syntax Notes]
   *   [/doc/tip/doc/syntax/all.wiki | Syntax Diagrams]