Mercurial > hg > amuse
view implementations/geerdes/connect.lisp @ 190:725ce7ce77ba
remove DOS line endings in base/classes.lisp
darcs-hash:20090105150355-16a00-972232fbb3eb8030c3e0c6d3788ba6f389183d8c.gz
author | j.forth <j.forth@gold.ac.uk> |
---|---|
date | Mon, 05 Jan 2009 15:03:55 +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))