Mercurial > hg > amuse
comparison implementations/geerdes/connect.lisp @ 88:8ea75cc8bc2c
Basic geerdes functionality moved to implementations/geerdes from separate package
darcs-hash:20070720161242-f76cc-fd256cbbb81d8c418a6c7c45844264184c5ed932.gz
author | David Lewis <d.lewis@gold.ac.uk> |
---|---|
date | Fri, 20 Jul 2007 17:12:42 +0100 |
parents | |
children | c8db9d1bd191 |
comparison
equal
deleted
inserted
replaced
87:19a263fb92d1 | 88:8ea75cc8bc2c |
---|---|
1 (in-package #:amuse-geerdes) | |
2 | |
3 ;; N.B. This file contains an access password for the database in | |
4 ;; plain text... | |
5 | |
6 (defun get-amuse-connection () | |
7 (clsql:connect '("vaughan-williams.doc.gold.ac.uk" "amuse" "LispMidi" "clsql") | |
8 :if-exists :old :database-type :mysql)) | |
9 | |
10 ;; might as well connect while I'm at it | |
11 (get-amuse-connection) |