package sihl-type

  1. Overview
  2. Docs

Module Sihl_type.MigrationSource

Sourcetype step = {
  1. label : string;
  2. statement : string;
  3. check_fk : bool;
}
Sourcetype t = string * step list
Sourceval create_step : label:string -> ?check_fk:bool -> string -> step
Sourceval empty : 'a -> 'a * 'b list
Sourceval add_step : 'a -> ('b * 'a list) -> 'b * 'a list
OCaml

Innovation. Community. Security.