cl-mysql
Common Lisp MySQL library bindings
$ area51 add cl-mysqlCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-mysql:some-function ...)Common Lisp MySQL library bindings
$ area51 add cl-mysqlCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-mysql:some-function ...)