package guardian

  1. Overview
  2. Docs

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.