LevelDB::DB
Inherits Reference < Object
Constructors
new(path : String, create_if_missing : Bool = true, compression : Bool = true)
SourceInstance methods
[](key)
Source[]=(key, val)
Sourceclear
Sourceclose
Sourceclosed?
Sourcecreate_snapshot
Sourcedb_ptr
Sourcedelete(key : String) : Void
Sourcedestroy
Sourceeach
Sourcefinalize
Sourceget(key : String) : String | Nil
Sourceopen
Sourceopened?
Sourceput(key : String, value : String) : Void
Sourceroptions_ptr
Sourceset_snapshot(snapshot : Snapshot) : Void
Sourceunset_snapshot
Sourcewrite(batch : Batch)
Source