cl-fbclient
Common Lisp library for working with firebird databases(using fbclient)
$ area51 add cl-fbclientCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-fbclient:some-function ...)