annotate implementations/geerdes/connect.lisp @ 109:a9a1c7aa86a9

rename mips-pitch -> diatonic-pitch darcs-hash:20070726131834-dc3a5-86b4b1aa5dc46bef8f25fa9111e2e08e51046c9b.gz
author c.rhodes <c.rhodes@gold.ac.uk>
date Thu, 26 Jul 2007 14:18:34 +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)