package sihl

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include Repository.Sig.REPO
val register_migration : unit -> unit
val register_cleaner : unit -> unit
val lifecycles : Core.Container.Lifecycle.t list
val get_all : query:Database.Ql.t -> (Sihl_user__.Model.t list * Repository.Meta.t) Lwt.t
val get : id:string -> Sihl_user__.Model.t option Lwt.t
val get_by_email : email:string -> Sihl_user__.Model.t option Lwt.t
val insert : user:Sihl_user__.Model.t -> unit Lwt.t
val update : user:Sihl_user__.Model.t -> unit Lwt.t