package ocsipersist-dbm

  1. Overview
  2. Docs

Module Ocsipersist.StoreSource

Sourcetype store = string
Sourcetype 'a t = store * string

Type of persistent data

Sourceval open_store : 'a -> 'a Lwt.t
Sourceval make_persistent_lazy_lwt : store:string -> name:string -> default:(unit -> 'a Lwt.t) -> (string * string) Lwt.t
Sourceval make_persistent_lazy : store:string -> name:string -> default:(unit -> 'a) -> (string * string) Lwt.t
Sourceval make_persistent : store:string -> name:string -> default:'a -> (string * string) Lwt.t
Sourceval get : 'a Lwt.t t -> 'a Lwt.t
Sourceval set : (string * string) -> 'a -> unit Lwt.t
OCaml

Innovation. Community. Security.