j@191: (cl:defpackage #:amuse-database-admin j@191: (:use #:common-lisp #:amuse) j@191: (:export #:connect-to-database ; database-connect j@191: #:disconnect-from-database j@191: #:*amuse-database* j@191: #:make-db-option-file j@216: j@216: #:make-new-dataset ; datasets-functions j@216: #:assign-composition-to-dataset j@221: #:assign-compositions-to-dataset j@221: #:make-composition-identifiers-from-file j@216: #:get-dataset j@216: #:make-amuse-dataset-identifier j@216: j@216: #:make-composition-identifier ; generics j@216: j@216: #:register-new-implementation ; implementation functions j@216: #:implementation-package j@216: #:implementation-namestring j@191: ))