Mercurial > hg > amuse
view base/database/package.lisp @ 296:68aadc4eb96d
add chromatic-pitch reader method
Ignore-this: 1aba35b7d196e0994a817609337746e1
darcs-hash:20090828145217-16a00-312e63170f50f0bf2834b8959a72e5c857cba9b8.gz
author | j.forth <j.forth@gold.ac.uk> |
---|---|
date | Fri, 28 Aug 2009 15:52:17 +0100 |
parents | ced696bd9871 |
children | ea45a3d0730c |
line wrap: on
line source
(cl:defpackage #:amuse-database-admin (:use #:common-lisp #:amuse) (:export #:connect-to-database ; database-connect #:disconnect-from-database #:*amuse-database* #:make-db-option-file #:make-new-dataset ; datasets-functions #:assign-composition-to-dataset #:assign-compositions-to-dataset #:make-composition-identifiers-from-file #:get-dataset #:make-amuse-dataset-identifier #:make-composition-identifier ; generics #:register-new-implementation ; implementation functions #:implementation-package #:implementation-namestring ))