cl-mssql

GPLv2

A Common Lisp library for interacting with MS SQL Server databases.

$ area51 add cl-mssqlCopy

Usage

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