package ocsigenserver

  1. Overview
  2. Docs
A full-featured and extensible Web server

Install

Dune Dependency

Authors

Maintainers

Sources

4.0.2.tar.gz
md5=5ea779e418bf936d7301057d6d95011c
sha512=e27b9ad71ac2bd0e817ff35b66de606ffabd5b71b88b34974cbf41181e5a824767616fdd2b7908539bdd394c0873aaacdc7768f6dc7ad3f9dc33e8eb1a6f9fa6

doc/ocsipersistpgsql/Ocsipersist/Table/index.html

Module Ocsipersist.TableSource

Parameters

module T : TABLE_CONF
module Key : COLUMN
module Value : COLUMN

Signature

Sourcetype key = Key.t
Sourcetype value = Value.t
Sourceval name : string
Sourceval find : key -> value Lwt.t
Sourceval add : key -> value -> unit Lwt.t
Sourceval replace_if_exists : key -> value -> unit Lwt.t
Sourceval remove : key -> unit Lwt.t
Sourceval modify_opt : key -> (value option -> value option) -> unit Lwt.t
Sourceval length : unit -> int Lwt.t
Sourceval iter : ?count:int64 -> ?gt:key -> ?geq:key -> ?lt:key -> ?leq:key -> (key -> value -> unit Lwt.t) -> unit Lwt.t
Sourceval fold : ?count:int64 -> ?gt:key -> ?geq:key -> ?lt:key -> ?leq:key -> (key -> value -> 'a -> 'a Lwt.t) -> 'a -> 'a Lwt.t
Sourceval iter_block : ?count:int64 -> ?gt:key -> ?geq:key -> ?lt:key -> ?leq:key -> (key -> value -> unit) -> unit Lwt.t
OCaml

Innovation. Community. Security.