r9804: * doc/ref-ooddl.xml: minor changes to syntax and examples entries
[clsql.git] / README
1 CLSQL is a Common Lisp to SQL engine interface written by Kevin M.
2 Rosenberg. It includes both functional and object oriented subsystems
3 for data definition and manipulation as well as an integrated symbolic
4 SQL syntax. 
5
6 CLSQL supports a number of RDBMS and uses the UFFI (http://uffi.b9.com) 
7 library for compatibility with Allegro CL, Lispworks, CMUCL, SBCL and
8 OpenMCL.
9
10 CLSQL is based on Pierre R. Mai's excellent MaiSQL package and
11 UncommonSQL developed at onShore Development Inc.
12
13 CLSQL's home is http://clsql.b9.com.
14
15 Documentation is available as a PDF file in doc/clsql.pdf and as HTML
16 files in doc/html.tar.gz.
17
18