sihl.session
Repo.MakePostgreSql
sihl
sihl.authn
sihl.authz
sihl.core
sihl.database
sihl.email
sihl.http
sihl.message
sihl.middleware
sihl.migration
sihl.password-reset
sihl.queue
sihl.repository
sihl.schedule
sihl.storage
sihl.token
sihl.user
sihl.utils
module MigrationService : Migration.Sig.SERVICE
include Repository.Sig.REPO
val register_migration : unit -> unit
val register_cleaner : unit -> unit
val find_all : Core.Ctx.t -> Session__.Model.t list Lwt.t
val find_opt : Core.Ctx.t -> key:string -> Session__.Model.t option Lwt.t
val insert : Core.Ctx.t -> Session__.Model.t -> unit Lwt.t
val update : Core.Ctx.t -> Session__.Model.t -> unit Lwt.t
val delete : Core.Ctx.t -> key:string -> unit Lwt.t