r10841: 16 Nov 2005 Kevin Rosenberg <kevin@rosenberg.net>
[clsql.git] / README
1 CLSQL is a Common Lisp to SQL engine interface 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 has incorporated code from the following projects. At this point
11 in 2004, development of has stopped on these incorporated projects.
12   - Pierre Mai's MaiSQL
13   - onShore Development's UncommonSQL
14   - Paul Meurer's SQL/ODBC 
15   - Cadabra's Oracle interface
16
17 CLSQL's home is http://clsql.b9.com.
18
19 Documentation is available as a PDF file in doc/clsql.pdf and as HTML
20 files in doc/html.tar.gz.
21
22