Mercurial > hg > amuse
view implementations/geerdes/connect.lisp @ 200:305bf70fc017
Monody has slots for constituents
committer: David Lewis <d.lewis@gold.ac.uk>
author | David Lewis <david@localhost.localdomain> |
---|---|
date | Wed, 08 Sep 2010 13:06:36 +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))