Mercurial > hg > amuse
view base/database/package.lisp @ 307:a85c59bcd88b
add some time-related generic functions to base
Ignore-this: 8ad91dcfa5c8a0301c29dda7d2f27802
darcs-hash:20100212101520-16a00-6821cd98b78bf27be148e3e7e4b46c8f0b80928b.gz
author | j.forth <j.forth@gold.ac.uk> |
---|---|
date | Fri, 12 Feb 2010 10:15:20 +0000 |
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 ))