X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=doc%2Fintro.xml;h=de09cf46d4beea45757ce1d078b9d101316055f9;hb=e2c86e8c664d8b3ecfd215843a9a1fbf5fa83693;hp=0ec884420f6c0918ea7df90d27ffe1608f049e03;hpb=8d948bb37d6a4cc9cbdbc0ed3173b1284e00d552;p=clsql.git diff --git a/doc/intro.xml b/doc/intro.xml index 0ec8844..de09cf4 100644 --- a/doc/intro.xml +++ b/doc/intro.xml @@ -22,9 +22,11 @@ History - &clsql; is written by Kevin M. Rosenberg and based substantially - on Pierre R. Mai's excellent &maisql; package. The main changes - from &maisql; are: + &clsql; is written by Kevin M. Rosenberg in 2001 and was based + substantially on Pierre R. Mai's excellent &maisql; package. In + April 2004, Marcus Pearce ported the UncommonSQL to &clsql; + which provides a CommonSQL-compatible API for &clsql;. The main + changes from &maisql; are: port from the &cmucl; FFI to &uffi;. @@ -51,6 +53,9 @@ transaction support. + + UncommonSQL support. + @@ -111,6 +116,7 @@ &mysql; v3.23.51 and v4.0.15. &postgresql; v7.2 with both direct API and TCP socket connections. + &sqlite;. Allegro's ODBC interface (&aodbc;) using iODBC ODBC manager. @@ -216,7 +222,7 @@ all &clsql; systems. -(push #P"/usr/share/lisp/clsql/" asdf:*central-repository*) +(push #P"/usr/share/lisp/clsql/" asdf:*central-registry*) (asdf:operate 'asdf:load-op 'clsql-base) ; base CLSQL package (asdf:operate 'asdf:load-op 'clsql-mysql) ; MySQL interface (asdf:operate 'asdf:load-op 'clsql-postgresql) ; PostgreSQL interface