X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=doc%2Fappendix.xml;h=eb463cc5de0f4c8823a133e121571df2eaf527da;hb=4c8a9a8b403c20cdc78fc427ae06e70536666119;hp=c9c7086c79589fa865f47f802c2e8a5de9afebec;hpb=a35619ce17c910796b4f6f58c5916f8f513073e1;p=clsql.git diff --git a/doc/appendix.xml b/doc/appendix.xml index c9c7086..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