clsql
Common Lisp SQL Interface library
$ area51 add clsqlCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(clsql:some-function ...)Common Lisp SQL Interface library
$ area51 add clsqlCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(clsql:some-function ...)