X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=README;h=706bf7e4f0528933a8ffa4ebc03a7a5b7b767c45;hp=1e0895d31203c1fc8da0898a2736d9090fa9c73f;hb=1b07d2fd927cf8f1943ac0a0b8c980d1dc707076;hpb=8213ff48f5362c3d4792444c929f50bd128bd044 diff --git a/README b/README index 1e0895d..706bf7e 100644 --- a/README +++ b/README @@ -1,11 +1,22 @@ -CLSQL is a Common Lisp to SQL engine interface written by Kevin M. -Rosenberg. It is based Pierre R. Mai's excellent MaiSQL package. It -uses the UFFI (http://uffi.med-info.com) library for compatibility -with Allegro CL, Lispworks, and CMUCL. +CLSQL is a Common Lisp to SQL engine interface by Kevin M. +Rosenberg. It includes both functional and object oriented subsystems +for data definition and manipulation as well as an integrated symbolic +SQL syntax. -CLSQL's home is http://clsql.med-info.com. +CLSQL supports a number of RDBMS and uses the UFFI (http://uffi.b9.com) +library for compatibility with Allegro CL, Lispworks, CMUCL, SBCL and +OpenMCL. -Documentation is availabe as a PDF file in doc/clsql.pdf and -as HTML files in doc/html/. +CLSQL has incorporated code from the following projects. At this point +in 2004, development of has stopped on these incorporated projects. + - Pierre Mai's MaiSQL + - onShore Development's UncommonSQL + - Paul Meurer's SQL/ODBC + - Cadabra's Oracle interface + +CLSQL's home is http://clsql.b9.com. + +Documentation is available as a PDF file in doc/clsql.pdf and as HTML +files in doc/html.tar.gz.