package ocsipersist-dbm

  1. Overview
  2. Docs
val table_name : 'value table -> string Lwt.t
val open_table : string -> 'value table Lwt.t
val find : 'value table -> string -> 'value Lwt.t
val add : 'value table -> string -> 'value -> unit Lwt.t
val replace_if_exists : 'value table -> string -> 'value -> unit Lwt.t
val remove : 'value table -> string -> unit Lwt.t
val length : 'value table -> int Lwt.t
val iter_step : (string -> 'a -> unit Lwt.t) -> 'a table -> unit Lwt.t
val fold_step : (string -> 'a -> 'b -> 'b Lwt.t) -> 'a table -> 'b -> 'b Lwt.t
val iter_block : (string -> 'a -> unit) -> 'a table -> unit Lwt.t
OCaml

Innovation. Community. Security.