X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=README;h=706bf7e4f0528933a8ffa4ebc03a7a5b7b767c45;hp=6fc8d7ac38bec8c77271f07aeef6241ffc9b581f;hb=6e6440d1f4c6d9236fdfb5abc628ff471aa31183;hpb=718e8cbafede6338a518b1dc83ef3c114c354c55 diff --git a/README b/README index 6fc8d7a..706bf7e 100644 --- a/README +++ b/README @@ -1,14 +1,18 @@ -CLSQL is a Common Lisp to SQL engine interface written by Kevin M. +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. +SQL syntax. 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. -CLSQL is based on Pierre R. Mai's excellent MaiSQL package and -UncommonSQL developed at onShore Development Inc. +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.