X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=examples%2Fdot.clsql-test.config;fp=examples%2Fdot.clsql-test.config;h=c6308a1ce437b138af26ea38acab48c87f09809e;hp=0000000000000000000000000000000000000000;hb=72c5d9d0555b01290409dc2607935db823fa1f10;hpb=a443a60adefa64f590d2803e85c7e4657e806225 diff --git a/examples/dot.clsql-test.config b/examples/dot.clsql-test.config new file mode 100644 index 0000000..c6308a1 --- /dev/null +++ b/examples/dot.clsql-test.config @@ -0,0 +1,14 @@ +;; -*- Mode: Lisp -*- ;; Emacs mode line +;; +;; Example CLSQL test configuration file +;; Since this file is read by Lisp, it is okay to use +;; comments in this file +;; This file should be named .clsql-test.config and +;; placed in your home directory + +((:mysql ("localhost" "a-mysql-db" "user1" "secret")) + (:aodbc ("my-dsn" "a-user" "pass")) + (:postgresql ("localhost" "another-db" "user2" "dont-tell")) + (:postgresql-socket ("pg-server" "a-db-name" "user" "secret-password")) + (:sqlite ("path-to-sqlite-db"))) +