Mercurial > hg > amuse
view implementations/geerdes/connect.lisp @ 96:fade42e8a087
implementations/mtp/: implement CROTCHET
darcs-hash:20070724131529-c0ce4-5c6b749757ff12c1d2c878b95d18465bedc58102.gz
author | Marcus Pearce <m.pearce@gold.ac.uk> |
---|---|
date | Tue, 24 Jul 2007 14:15:29 +0100 |
parents | 8ea75cc8bc2c |
children | c8db9d1bd191 |
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)) ;; might as well connect while I'm at it (get-amuse-connection)