Tkrzw::DB
Inherits Reference / Object
Constructors
new(path : String, writable : Bool = true, params : String = "")
SourceClass methods
open(path, writable = true, params = "", &)
SourceInstance methods
[](key)
Source[]=(key, value)
Sourceclear!
Sourceclose
Sourcecount
Sourcedel(key : String | Bytes) : Bool
Sourceeach
Sourceextract(key : String | Bytes) : String | Nil
Sourceextract_raw(key : String | Bytes, &)
Sourcefile_size
Sourcefinalize
Sourceget(key : String | Bytes) : String | Nil
Sourceget_raw(key : String | Bytes, &)
Sourcehas_key?(key : String | Bytes) : Bool
Sourcehealthy?
Sourceordered?
Sourceset(key : String | Bytes, value : String | Bytes)
Sourceshould_be_rebuilt?
Sourcewritable?
Source