annotate implementations/geerdes/connect.lisp @ 192:54d79a2c82d2

fix make-chromatic-pitched-event constructor Ignore-this: 93298c4a64a4a65dc948f8473c92a9c8 darcs-hash:20090524152250-16a00-295d43f8c2d16089196ab223b43264ae55f5620b.gz
author j.forth <j.forth@gold.ac.uk>
date Sun, 24 May 2009 16:22:50 +0100
parents 4d06910b6f0f
children
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 ()
j@191 7 (warn "This function should be removed, use connect-to-database instead.")
d@88 8 (clsql:connect '("vaughan-williams.doc.gold.ac.uk" "amuse" "LispMidi" "clsql")
d@88 9 :if-exists :old :database-type :mysql))
d@88 10
d@152 11