sihl.migration
Sihl_migration
Use the migration service to implement, register and run migrations.
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.session
sihl.storage
sihl.token
sihl.user
sihl.utils
module Service : sig ... end
type step
type t = string * Sihl_migration__.Model.Migration.step list
val pp : Format.formatter -> t -> unit
val show : t -> string
val equal : t -> t -> bool
val empty : string -> t
val create_step : label:string -> ?check_fk:bool -> string -> step
val add_step : step -> t -> t
module Sig : sig ... end