lmdb
Bindings to LMDB, the Lightning Memory-mapped Database.
$ area51 add lmdbCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(lmdb:some-function ...)Bindings to LMDB, the Lightning Memory-mapped Database.
$ area51 add lmdbCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(lmdb:some-function ...)