LMDB::MultiDatabase
Inherits LMDB::Database / Iterable / Enumerable / LMDB::Disposable / Reference / Object
Instance methods
delete(key : String | Pointer(K) | Slice(K) | Array(K) | StaticArray(K, _), value : String | Pointer(V) | Slice(V) | Array(V) | StaticArray(V, _)) forall K, V
Deletes all data matching the given value associated with key from
self.
If self does not support sorted duplicates (DUPSORT), value is
ignored.
delete(key : String | Pointer(K) | Slice(K) | Array(K) | StaticArray(K, _), val : V) forall K, V
ditto
delete(key : K, val : String | Pointer(V) | Slice(V) | Array(V) | StaticArray(V, _)) forall K, V
ditto
ensure_flags(flags)
Source