chickadee » leveldb » call-with-db

call-with-db loc proc #!key (create #t) (exists #t)procedure

Opens database at loc and calls (proc db). The database will be closed when proc returns or raises an exception.