package sihl

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Sihl_migrationSource

Use the migration service to implement, register and run migrations.

Sourcemodule Service : sig ... end
Sourcetype step
Sourcetype t = string * Sihl_migration__.Model.Migration.step list
Sourceval pp : Format.formatter -> t -> unit
Sourceval show : t -> string
Sourceval equal : t -> t -> bool
Sourceval empty : string -> t
Sourceval create_step : label:string -> ?check_fk:bool -> string -> step
Sourceval add_step : step -> t -> t
module Sig : sig ... end
OCaml

Innovation. Community. Security.