package guardian

  1. Overview
  2. Docs
Role-based access control for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

0.0.5.tar.gz
md5=46f14b1dac8c7b7a1521c15555465dde
sha512=c9e7edab3f72a8764a37328c75001f9b7fbcedb1b68ecf95daf53fed4f7a46e9ce1ebc9d5fa9ad46d25f759857a95e7000173eef808aa0459339637a66e945f1

doc/guardian.backend/Guardian_backend/Pools/index.html

Module Guardian_backend.PoolsSource

Sourceexception Exception of string
Sourcetype connection_type =
  1. | SinglePool of string
  2. | MultiPools of (string * string) list
Sourceval with_log : ?log_level:Logs.level -> ?msg_prefix:string -> [< Caqti_error.t ] -> string
Sourceval get_or_raise : ?log_level:Logs.level -> ?msg_prefix:string -> unit -> ('a, [< Caqti_error.t ]) result -> 'a
Sourceval map_or_raise : ?log_level:Logs.level -> ?msg_prefix:string -> ('a -> 'b) -> ('a, [< Caqti_error.t ]) CCResult.t -> 'b
Sourcemodule type ConfigSig = sig ... end
Sourcemodule Make (Config : ConfigSig) : sig ... end
Sourcemodule type Sig = sig ... end
OCaml

Innovation. Community. Security.