X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=doc%2Fintro.xml;h=044ec082b437f7082be964cd5289d3cec91552ad;hb=a4097e19c5157e87b9991549bc44f3ef598aeb90;hp=52f8bc718e433a26b65adfa8496e8c9742b52ad2;hpb=595658021ebaf450894bb143a346e409b55e02af;p=clsql.git diff --git a/doc/intro.xml b/doc/intro.xml index 52f8bc7..044ec08 100644 --- a/doc/intro.xml +++ b/doc/intro.xml @@ -26,9 +26,9 @@ the &uffi; library. The initial code was based substantially on Pierre R. Mai's excellent &maisql; package. In late 2003, the &usql; library was orphaned by its author, onShore Development, - Inc with the cessation of further development. In April 2004, - Marcus Pearce ported the &usql; library to &clsql;. The &usql; - library provides a &commonsql;-compatible API for &clsql;. + Inc. In April 2004, Marcus Pearce ported the &usql; library to + &clsql;. The &usql; library provides a &commonsql;-compatible + API for &clsql;. The main changes from &maisql; and &usql; are: @@ -42,7 +42,7 @@ Optimized loading of integer and floating-point fields. - Additional database backends: &acl; ODBC and &sqlite;. + Additional database backends: &odbc;, &aodbc;, and &sqlite;. A compatibility layer for &cmucl; specific code. @@ -125,8 +125,8 @@ &postgresql; v7.2 with both direct API and TCP socket connections. &sqlite;. - Allegro's ODBC interface (&aodbc;) using iODBC - ODBC manager. + Direct &odbc; interface. + Allegro's DB interface (&aodbc;). @@ -235,6 +235,8 @@ (asdf:operate 'asdf:load-op 'clsql-mysql) ; MySQL interface (asdf:operate 'asdf:load-op 'clsql-postgresql) ; PostgreSQL interface (asdf:operate 'asdf:load-op 'clsql-postgresql-socket) ; Socket PGSQL interface +(asdf:operate 'asdf:load-op 'clsql-odbc) ; ODBC interface +(asdf:operate 'asdf:load-op 'clsql-sqlite) ; SQLite interface (asdf:operate 'asdf:load-op 'clsql-aodbc) ; Allegro ODBC interface (asdf:operate 'asdf:load-op 'clsql) ; main CLSQL package