package sqlgg

  1. Overview
  2. Docs

Module Sql.ConstraintSource

Sourcetype conflict_algo =
  1. | Ignore
  2. | Replace
  3. | Abort
  4. | Fail
  5. | Rollback
Sourcetype t =
  1. | PrimaryKey
  2. | NotNull
  3. | Null
  4. | Unique
  5. | Autoincrement
  6. | OnConflict of conflict_algo
Sourceval compare : t -> t -> Ppx_deriving_runtime.int
OCaml

Innovation. Community. Security.