ocsipersistpgsql
Ocsipersist.Table
accesscontrol
authbasic
cors
deflatemod
extendconfiguration
ocsidbmtypes
ocsigen_lib_base
ocsigenserver
ocsigenserver.baselib
ocsigenserver.cookies
ocsigenserver.ext
ocsigenserver.http
ocsigenserver.polytables
ocsipersistdbm
outputfilter
redirectmod
revproxy
rewritemod
staticmod
userconf
module T : TABLE_CONF
module Key : COLUMN
module Value : COLUMN
type key = Key.t
type value = Value.t
val name : string
val find : key -> value Lwt.t
val add : key -> value -> unit Lwt.t
val replace_if_exists : key -> value -> unit Lwt.t
val remove : key -> unit Lwt.t
val modify_opt : key -> (value option -> value option) -> unit Lwt.t
val length : unit -> int Lwt.t
val iter : ?count:int64 -> ?gt:key -> ?geq:key -> ?lt:key -> ?leq:key -> (key -> value -> unit Lwt.t) -> unit Lwt.t
val fold : ?count:int64 -> ?gt:key -> ?geq:key -> ?lt:key -> ?leq:key -> (key -> value -> 'a -> 'a Lwt.t) -> 'a -> 'a Lwt.t
val iter_block : ?count:int64 -> ?gt:key -> ?geq:key -> ?lt:key -> ?leq:key -> (key -> value -> unit) -> unit Lwt.t