chickadee » leveldb » leveldb-delete

leveldb-delete db key #!key (sync #f)procedure

Deletes a single entry in db on key. If the key entry does not exist, this is a no-op. key must be a string or chicken.blob. See Keyword arguments for usage of sync.

Note that if you want to delete a larger number of entries, it is probably better to use a leveldb-writebatch.