cl-yesql

MIT

Common Lisp library for using SQL.

$ area51 add cl-yesqlCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-yesql:some-function ...)