class

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.

Source
delete(key : String | Pointer(K) | Slice(K) | Array(K) | StaticArray(K, _), val : V) forall K, V

ditto

Source
delete(key : K, val : String | Pointer(V) | Slice(V) | Array(V) | StaticArray(V, _)) forall K, V

ditto

Source
delete(key : K, val : V) forall K, V

ditto

Source
ensure_flags(flags)
Source