class LevelDB::DB
- LevelDB::DB
 - Reference
 - Object
 
Defined in:
leveldb/db.crConstructors
Instance Method Summary
- #[](key)
 - #[]=(key, val)
 - #clear
 - #close : Void
 - #closed? : Bool
 - #create_snapshot : Snapshot
 - #db_ptr : Pointer(Void)
 - #delete(key : String) : Void
 - #destroy : Void
 - #each(&) : Void
 - #finalize
 - #get(key : String) : String | Nil
 - #open : Void
 - #opened? : Bool
 - #put(key : String, value : String) : Void
 - #roptions_ptr : Pointer(Void)
 - #set_snapshot(snapshot : Snapshot) : Void
 - #unset_snapshot : Void
 - #write(batch : Batch)