annotate base/database/package.lisp @ 251:6a3adca16910

Refactor dataset stuff out of amuse-database-admin, and add midifile-dataset.
author Jamie Forth <j.forth@gold.ac.uk>
date Thu, 24 Feb 2011 11:23:18 +0000
parents ea45a3d0730c
children
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@216 7
j@251 8 #:list-collections ; generics
j@235 9 #:list-compositions
j@216 10
j@216 11 #:register-new-implementation ; implementation functions
j@216 12 #:implementation-package
j@216 13 #:implementation-namestring
j@191 14 ))