Mercurial > hg > amuse
view implementations/geerdes/connect.lisp @ 194:548f42fb42f5
Handle missing time signature in MTP implementation of GET-APPLICABLE-TIME-SIGNATURES.
darcs-hash:20090722123745-c0ce4-b153c9962f3d9f4cc6ce2a44cf1c3a65951c3ce7.gz
author | Marcus Pearce <m.pearce@gold.ac.uk> |
---|---|
date | Wed, 22 Jul 2009 13:37:45 +0100 |
parents | 4d06910b6f0f |
children |
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 () (warn "This function should be removed, use connect-to-database instead.") (clsql:connect '("vaughan-williams.doc.gold.ac.uk" "amuse" "LispMidi" "clsql") :if-exists :old :database-type :mysql))