view base/database/package.lisp @ 256:bc893627f92d

make gsharp events linked-events
author Jamie Forth <j.forth@gold.ac.uk>
date Thu, 24 Feb 2011 18:39:57 +0000
parents 6a3adca16910
children
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

	   #:list-collections		 ; generics
	   #:list-compositions

	   #:register-new-implementation ; implementation functions
	   #:implementation-package
	   #:implementation-namestring
	   ))