cl-getx
This is a naive, persisted, in memory (lazy loading) data store for Common Lisp.
$ area51 add cl-getxCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-getx:some-function ...)