package sihl

  1. Overview
  2. Docs
The Sihl web framework

Install

dune-project
 Dependency

Authors

Maintainers

Sources

3.0.4.tar.gz
md5=8a2754d6e5b9eafb8ff332abdb1ceb7d
sha512=3230a1315686b0b6f90a41ceda27ab036e178184ab13d5a98f64d6d987caf4a8a5d94ed78bc8e79b0ee3b40ccbb1dbdc71ffe171f1aef1f18aba81fc720e3a1b

doc/sihl/Sihl/Contract/Migration/index.html

Module Contract.MigrationSource

Sourcetype step = {
  1. label : string;
  2. statement : string;
  3. check_fk : bool;
}
Sourcetype steps = step list
Sourcetype t = string * steps
Sourceval name : string
Sourceexception Exception of string
Sourceexception Dirty_migration
Sourcemodule type Sig = sig ... end
Sourceval to_sexp : (string * step list) -> Sexplib0.Sexp.t
Sourceval pp : Format.formatter -> (string * step list) -> unit
Sourceval empty : 'a -> 'a * 'b list
Sourceval create_step : label:string -> ?check_fk:bool -> string -> step
Sourceval add_step : 'a -> ('b * 'a list) -> 'b * 'a list