Skip to content

Commit c689075

Browse files
committed
Added rdoc.info API documentation link to README
1 parent 16728ea commit c689075

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.rdoc

+6-5
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ The library can parse an SQL query (a string) to represent the query using
77
a syntax tree, and it can generate an SQL query from a syntax tree. The syntax
88
tree ca be used to inspect to query, or to modify it.
99

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.
1312

1413
== Installation
1514

@@ -30,7 +29,9 @@ Consider the following example:
3029

3130
== Additional information
3231

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
3336
* See the project wiki at http://wiki.github.com/wvanbergen/sql_tree for more
3437
information about using this library.
35-
* This plugin is written by Willem van Bergen and is MIT licensed (see the
36-
LICENSE file).

0 commit comments

Comments
 (0)