annotate base/database/package.lisp @ 204:10d47e78a53d

Added support for most significant midi messages (some remain missing, but these do not occur in a 1000-file test sample)
author David Lewis <d.lewis@gold.ac.uk>
date Fri, 17 Sep 2010 10:28:27 +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 ))