Mercurial > hg > amuse
view implementations/geerdes/connect.lisp @ 153:74fc4c6cbf6c
Really saved that change this time
darcs-hash:20071114153611-f76cc-8bcc114d41915de8d720c833d450cbf0be508ade.gz
author | David Lewis <d.lewis@gold.ac.uk> |
---|---|
date | Wed, 14 Nov 2007 15:36:11 +0000 |
parents | 3b588c566734 |
children | 4d06910b6f0f |
line wrap: on
line source
(in-package #:amuse-geerdes) ;; N.B. This file contains an access password for the database in ;; plain text... (defun get-amuse-connection () (clsql:connect '("vaughan-williams.doc.gold.ac.uk" "amuse" "LispMidi" "clsql") :if-exists :old :database-type :mysql))