package ocsipersist-dbm

  1. Overview
  2. Docs

Module Ocsipersist.DbSource

Sourceval try_connect : string -> Lwt_unix.file_descr Lwt.t
Sourceval get_indescr : int -> Lwt_unix.file_descr Lwt.t
Sourceval send : Ocsidbmtypes.query -> Ocsidbmtypes.answer Lwt.t
Sourceval get : (string * string) -> string Lwt.t
Sourceval remove : (string * string) -> unit Lwt.t
Sourceval replace : (string * string) -> string -> unit Lwt.t
Sourceval replace_if_exists : (string * string) -> string -> unit Lwt.t
Sourceval firstkey : string -> string option Lwt.t
Sourceval nextkey : string -> string option Lwt.t
Sourceval length : string -> int Lwt.t