view implementations/geerdes/connect.lisp @ 169:4a0e15e2829a

identifier becomes composition-identifier. Add constituent-identifier and get-constituents darcs-hash:20080103154317-40ec0-8398433cd150794de77cc9206296c82902df930b.gz
author d.lewis <d.lewis@gold.ac.uk>
date Thu, 03 Jan 2008 15:43:17 +0000
parents 3b588c566734
children 4d06910b6f0f
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))