1-Inputs.Kvdbinclude Key_value_database.Intf.Ident
with type t := t
and type key := Core.Bigstring.t
and type value := Core.Bigstring.t
and type config := stringval create : string -> tval close : t -> unitval get :
t ->
key:Core.Bigstring.t ->
Core.Bigstring.t option Key_value_database.Monad.Ident.tval get_batch :
t ->
keys:Core.Bigstring.t list ->
Core.Bigstring.t option list Key_value_database.Monad.Ident.tval set :
t ->
key:Core.Bigstring.t ->
data:Core.Bigstring.t ->
unit Key_value_database.Monad.Ident.tval remove : t -> key:Core.Bigstring.t -> unit Key_value_database.Monad.Ident.tval make_checkpoint : t -> string -> unitval get_uuid : t -> Uuid.tval set_batch :
t ->
?remove_keys:Core.Bigstring.t list ->
key_data_pairs:(Core.Bigstring.t * Core.Bigstring.t) list ->
unitval to_alist : t -> (Core.Bigstring.t * Core.Bigstring.t) list