Mercurial > hg > amuse
view implementations/geerdes/connect.lisp @ 162:110e957a7e3c
Add get-composition methods for gsharp
darcs-hash:20071218104432-40ec0-5fdd50a969609f1f50623d2c88a1746f391c984a.gz
author | d.lewis <d.lewis@gold.ac.uk> |
---|---|
date | Tue, 18 Dec 2007 10:44:32 +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))