X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=doc%2Fintro.xml;h=57666effbc57eb68eac54356f0f6796a8cb0bf0e;hb=e96c19277e33851ce1f87139b7f0c41d8a463bec;hp=a1457a694d2bf4de262f1e5e8830a02b37a98daa;hpb=4acd394aa304abb683270f8ce6979e7efc423e23;p=clsql.git diff --git a/doc/intro.xml b/doc/intro.xml index a1457a6..57666ef 100644 --- a/doc/intro.xml +++ b/doc/intro.xml @@ -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. @@ -121,12 +121,12 @@ Currently, &clsql; supports the following databases: - &mysql; v3.23.51 and v4.0.15. - &postgresql; v7.2 with both direct API and TCP + &mysql; v3.23.51 and v4.0.18. + &postgresql; v7.4 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