File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,8 @@ The library can parse an SQL query (a string) to represent the query using
7
7
a syntax tree, and it can generate an SQL query from a syntax tree. The syntax
8
8
tree ca be used to inspect to query, or to modify it.
9
9
10
- This library is currently under heavy development. This means that not all
11
- SQL constructs are supported yet. For now, only SQL <tt>SELECT</tt> queries
12
- are supported.
10
+ This library is currently in the early stages. This means that the API is not
11
+ yet stable and not all SQL constructs are implemented yet.
13
12
14
13
== Installation
15
14
@@ -30,7 +29,9 @@ Consider the following example:
30
29
31
30
== Additional information
32
31
32
+ This library is written by Willem van Bergen and is MIT licensed (see the
33
+ LICENSE file).
34
+
35
+ * Full RDoc API documentation can be found at http://rdoc.info/projects/wvanbergen/sql_tree
33
36
* See the project wiki at http://wiki.github.com/wvanbergen/sql_tree for more
34
37
information about using this library.
35
- * This plugin is written by Willem van Bergen and is MIT licensed (see the
36
- LICENSE file).
You can’t perform that action at this time.
0 commit comments