table lmdb - part-cw/lambdanative GitHub Wiki

(table->lmdb t dbfile . key)

Saves table key-values to the specified database

Parameter Description
t Table to save to database
dbfile Name of LMDB database
key Optional encryption key

Example

> (table t "test.db")
#t