cl-rethinkdb

MIT

A RethinkDB driver for Common Lisp

$ area51 add cl-rethinkdbCopy

Usage

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