X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=doc%2Fappendix.xml;h=eb463cc5de0f4c8823a133e121571df2eaf527da;hb=fa32c4233b4a02ae631602dbb0a234ab10df8aaf;hp=4a0a3646644f6e9e2ad9295af17d263817e414be;hpb=a36acf72b1781e66e0271a06985b21c7fddaf6d0;p=clsql.git diff --git a/doc/appendix.xml b/doc/appendix.xml index 4a0a364..eb463cc 100644 --- a/doc/appendix.xml +++ b/doc/appendix.xml @@ -1,7 +1,7 @@ + %myents; ]> @@ -24,10 +24,14 @@ Initialization - Use - (mk:load-system :clsql-mysql) + + Use + +(asdf:operate 'asdf:load-op 'clsql-mysql) + to load the MySQL back-end. The database type for the MySQL - back-end is :mysql. + back-end is :mysql. + Connection Specification @@ -91,7 +95,9 @@ Initialization Use - (mk:load-system :clsql-postgresql) + +(asdf:operate 'adsf:load-op 'clsql-postgresql) + to load the PostgreSQL back-end. The database type for the PostgreSQL back-end is :postgresql. @@ -99,15 +105,23 @@ Connection Specification Syntax of connection-spec - (host db user password &optional port options tty) + (host + db + user + password &optional + port + options + tty) Description of connection-spec - For every parameter in the connection-spec, + + For every parameter in the connection-spec, nil indicates that the PostgreSQL default environment variables (see PostgreSQL documentation) will be used, or if those are unset, the compiled-in defaults - of the C client library are used. + of the C client library are used. + host @@ -179,17 +193,27 @@ Initialization - Use - (mk:load-system :clsql-postgresql-socket) - to load the PostgreSQL Socket back-end. The database type for the - PostgreSQL Socket back-end is - :postgresql-socket. + + Use + +(asdf:operate 'asdf:load-op 'clsql-postgresql-socket) + + to load the PostgreSQL Socket back-end. The database type + for the PostgreSQL Socket back-end is + :postgresql-socket. + Connection Specification Syntax of connection-spec - (host db user password &optional port options tty) + (host + db + user + password &optional + port + options + tty) Description of connection-spec @@ -269,16 +293,22 @@ Initialization - Use - (mk:load-system :clsql-aodbc) + + Use + +(asdf:operate 'asdf:load-op 'clsql-aodbc) + to load the MySQL back-end. The database type for the AODBC - back-end is :aodbc. + back-end is :aodbc. + Connection Specification Syntax of connection-spec - (dsn user password) + (dsn + user + password) Description of connection-spec