annotate implementations/geerdes/connect.lisp @ 127:dc862a0c7b9c

implementations/mtp/: add mtp-object darcs-hash:20070730142106-c0ce4-1db39f1d64c3b0f779dacf3474d1385e12b2d1cc.gz
author Marcus Pearce <m.pearce@gold.ac.uk>
date Mon, 30 Jul 2007 15:21:06 +0100
parents 8ea75cc8bc2c
children c8db9d1bd191
rev   line source
d@88 1 (in-package #:amuse-geerdes)
d@88 2
d@88 3 ;; N.B. This file contains an access password for the database in
d@88 4 ;; plain text...
d@88 5
d@88 6 (defun get-amuse-connection ()
d@88 7 (clsql:connect '("vaughan-williams.doc.gold.ac.uk" "amuse" "LispMidi" "clsql")
d@88 8 :if-exists :old :database-type :mysql))
d@88 9
d@88 10 ;; might as well connect while I'm at it
d@88 11 (get-amuse-connection)