cl-duckdb
CFFI wrapper around the DuckDB C API
$ area51 add cl-duckdbCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-duckdb:some-function ...)CFFI wrapper around the DuckDB C API
$ area51 add cl-duckdbCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-duckdb:some-function ...)