r8837: further usql integration
[clsql.git] / doc / intro.xml
index 0ec884420f6c0918ea7df90d27ffe1608f049e03..1c7ed2e7ec34fdb5c2104a286383924869b71a2d 100644 (file)
@@ -23,7 +23,8 @@
     <title>History</title>
     <para>
       &clsql; is written by Kevin M. Rosenberg and based substantially
-      on Pierre R. Mai's excellent &maisql; package. The main changes
+      on Pierre R. Mai's excellent &maisql; package. Recently, the UncommonSQL
+      package has been ported and integrated with &clsql;. The main changes
       from &maisql; are:
       <itemizedlist>
        <listitem>
@@ -51,6 +52,9 @@
        <listitem>
          <para>transaction support.</para>
        </listitem>
+       <listitem>
+         <para>UncommonSQL support.</para>
+       </listitem>
       </itemizedlist>
     </para>
   </sect1>
        <listitem><para>&mysql; v3.23.51 and v4.0.15.</para></listitem>
        <listitem><para>&postgresql; v7.2 with both direct API and TCP
        socket connections.</para></listitem>
+       <listitem><para>&sqlite;.</para></listitem>
        <listitem><para>Allegro's ODBC interface (&aodbc;) using iODBC
        ODBC manager.</para></listitem>
       </itemizedlist>
        all &clsql; systems.
 
        <screen>
-(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