sihl.migration
Repo.MakeMariaDb
sihl
sihl.authn
sihl.authz
sihl.core
sihl.database
sihl.email
sihl.http
sihl.message
sihl.middleware
sihl.password-reset
sihl.queue
sihl.repository
sihl.schedule
sihl.server
sihl.session
sihl.storage
sihl.token
sihl.user
sihl.utils
sihl.web
module Database : Database.Sig.SERVICE
val create_table_if_not_exists : Core.Ctx.t -> unit Lwt.t
val get : Core.Ctx.t -> namespace:string -> Migration__.Model.t option Lwt.t
val upsert : Core.Ctx.t -> state:Migration__.Model.t -> unit Lwt.t