chickadee » leveldb » leveldb-put

leveldb-put db key value #!key (sync #f)procedure

Inserts an entry into db. key and value must both be strings or chicken.blobs. See Keyword arguments for the sync option.

Note that if you want to insert a large number of entries, using a leveldb-writebatch may be faster.