Mercurial > hg > amuse
view implementations/geerdes/connect.lisp @ 186:03be243f9003
implementations/mtp/classes.lisp: Add BIOI (Basic IOI) as a basic viewpoint.
darcs-hash:20081103124142-c0ce4-272df768ca2816412f1a4f89297e68d4ef35b4fd.gz
author | Marcus Pearce <m.pearce@gold.ac.uk> |
---|---|
date | Mon, 03 Nov 2008 12:41:42 +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))