Mercurial > hg > amuse
view base/database/package.lisp @ 266:d605fd37b0ee
fix mtp description again - return the string not '(string)
author | Jamie Forth <j.forth@gold.ac.uk> |
---|---|
date | Sun, 10 Apr 2011 18:28:27 +0100 |
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 ))