Parameter Make.Repo

include Sihl_repository.Sig.REPO
val register_migration : unit -> unit
val register_cleaner : unit -> unit
val find_all : Sihl_core.Ctx.t -> Sihl_session__.Model.t list Lwt.t
val find_opt : Sihl_core.Ctx.t -> key:string -> Sihl_session__.Model.t option Lwt.t
val insert : Sihl_core.Ctx.t -> Sihl_session__.Model.t -> unit Lwt.t
val update : Sihl_core.Ctx.t -> Sihl_session__.Model.t -> unit Lwt.t
val delete : Sihl_core.Ctx.t -> key:string -> unit Lwt.t