package ocsipersist-pgsql

  1. Overview
  2. Docs

Module Ocsipersist.StoreSource

Sourcetype store = string
Sourcetype 'a t = {
  1. store : string;
  2. name : string;
}
Sourceval open_store : string -> string Lwt.t
Sourceval make_persistent_worker : store:string -> name:string -> default:'a -> (string, unit) Hashtbl.t PGOCaml.t -> 'b t Lwt.t
Sourceval make_persistent : store:string -> name:string -> default:'a -> 'b t Lwt.t
Sourceval make_persistent_lazy_lwt : store:string -> name:string -> default:(unit -> 'a Lwt.t) -> 'b t Lwt.t
Sourceval make_persistent_lazy : store:string -> name:string -> default:(unit -> 'a) -> 'b t Lwt.t
Sourceval get : 'a t -> 'b Lwt.t
Sourceval set : 'a t -> 'b -> unit Lwt.t
OCaml

Innovation. Community. Security.