lmdb

MIT, see COPYING.

Bindings to LMDB, the Lightning Memory-mapped Database.

$ area51 add lmdbCopy

Usage

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