Skip to content

Index of Module cdb

clpetersen edited this page Oct 16, 2014 · 3 revisions

Module: cdb

The cdb module provides an interface to constant database library libtinycdb.

Note that constant databases cannot be updated once created.

Functions in this module:

Function Short Description
make-cdb Initialize the creation of a constant database
cdb-make-add Add a key value pair to the database
cdb-make-put Add or replace a key value pair in the database
cdb-make-exists Query the existence of a key in the database
cdb-make-finish Finalize the creation of the database
init-cdb Initialize query of a constant database
cdb-find Return the value associated with a key
cdb-finish Cleanup the query interface
Clone this wiki locally