Mercurial > hg > amuse
view implementations/geerdes/connect.lisp @ 152:3b588c566734
Method for adjust-sequence for standard-composition to keep appropriate time information
darcs-hash:20071114142506-f76cc-2197a0820676834eaddce6480c027069eb845688.gz
author | David Lewis <d.lewis@gold.ac.uk> |
---|---|
date | Wed, 14 Nov 2007 14:25:06 +0000 |
parents | c8db9d1bd191 |
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))