view base/database/package.lisp @ 231:7a5618d334e4

DRAFT: kludge for tactus-duration Ignore-this: b5cb875a6d31e7ea35394f335abaddc0 darcs-hash:20091024170612-16a00-3a9ab095515a8510393ac4e61767ddae7a811870.gz committer: Jamie Forth <j.forth@gold.ac.uk>
author j.forth <j.forth@gold.ac.uk>
date Thu, 24 Feb 2011 11:23:18 +0000
parents 317fe3126c6c
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
	   ))