Mercurial > hg > amuse
view implementations/geerdes/connect.lisp @ 176:cddf83554c08
export fn correction
darcs-hash:20080313112536-40ec0-eaf1212341070c8e768ede8e68464d3bb0c3a174.gz
author | d.lewis <d.lewis@gold.ac.uk> |
---|---|
date | Thu, 13 Mar 2008 11:25:36 +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))