chickadee » leveldb » leveldb-get

leveldb-get db key #!key (verify-checksums #f) (fill-cache #t)procedure

Lookup database entry key in db. key must be a string or a chicken.blob. Returns a string. See Keyword arguments page for options.

Note that if you want to scan for a large number of entries, you should probably use an leveldb-iterator.