chickadee » rocksdb » rocksdb-put

rocksdb-put db key value #!key (sync #f) (wal #t)procedure

Inserts an entry into db. key and value must both be strings or chicken.blobs.

For the remainding keyword arguments, please see the original C documentation.

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