annotate base/database/package.lisp @ 202:3e7b33ae3a0d

Gsharp preview 'fixes' committer: David Lewis <d.lewis@gold.ac.uk>
author David Lewis <david@localhost.localdomain>
date Wed, 08 Sep 2010 13:06:57 +0100
parents 4d06910b6f0f
children e1842efb1dd4
rev   line source
j@191 1 (cl:defpackage #:amuse-database-admin
j@191 2 (:use #:common-lisp #:amuse)
j@191 3 (:export #:connect-to-database ; database-connect
j@191 4 #:disconnect-from-database
j@191 5 #:*amuse-database*
j@191 6 #:make-db-option-file
j@191 7 ))