package sihl

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Service : sig ... end
module Sig : sig ... end
val ctx_key_pool : pool Sihl__.Core_ctx.key
val ctx_add_pool : pool -> Sihl__.Core_ctx.t -> Sihl__.Core_ctx.t
type connection = (module Caqti_lwt.CONNECTION)
val ctx_key_connection : connection Sihl__.Core_ctx.key
val middleware_key_connection : connection Opium.Hmap.key
val set_fk_check : (module Caqti_lwt.CONNECTION) -> check:bool -> (unit, string) Lwt_result.t