cl-getx

MIT

This is a naive, persisted, in memory (lazy loading) data store for Common Lisp.

$ area51 add cl-getxCopy

Usage

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