annotate base/database/package.lisp @ 273:df2505dc6d11

handle null time value in converting mtp-event to amuse-event.
author Marcus Pearce <m.pearce@gold.ac.uk>
date Wed, 06 Apr 2011 18:30:23 +0100
parents 4d06910b6f0f
children e1842efb1dd4
rev   line source
j@191 1 (cl:defpackage #:amuse-database-admin
j@191 2 (:use #:common-lisp #:amuse)
j@191 3 (:export #:connect-to-database ; database-connect
j@191 4 #:disconnect-from-database
j@191 5 #:*amuse-database*
j@191 6 #:make-db-option-file
j@191 7 ))