r10325: * sql/oodml.lisp: Use explicit database in fault-join-target-slot
[clsql.git] / examples / dot.clsql-test.config
1 ;; -*- Mode: Lisp -*-   ;; Emacs mode line
2 ;;
3 ;; Example CLSQL test configuration file
4 ;; Since this file is read by Lisp, it is okay to use
5 ;; comments in this file
6 ;; This file should be named .clsql-test.config and
7 ;; placed in your home directory
8  
9 ((:mysql ("localhost" "a-mysql-db" "user1" "secret"))
10  (:aodbc ("my-dsn" "a-user" "pass"))
11  (:postgresql ("localhost" "another-db" "user2" "dont-tell"))
12  (:postgresql-socket ("pg-server" "a-db-name" "user" "secret-password"))
13  (:sqlite ("path-to-sqlite-db")))
14