File: dot.clsql-test.config

package info (click to toggle)
cl-sql 6.7.2-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid
  • size: 3,552 kB
  • sloc: lisp: 24,508; xml: 17,898; makefile: 487; ansic: 201; sh: 39; cpp: 9
file content (14 lines) | stat: -rw-r--r-- 514 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
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")))