package omigrate

  1. Overview
  2. Docs
Database migrations for Reason and OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

omigrate-0.1.1.tbz
sha256=274a85d581eaccdc291a1cfa7266c8e634e65f32e1c5ac54be3094d3d64ebad2
sha512=a152330c8003b1ff0bc8c50026ed21c53690b7f935c3150e4c87a19b62c5d9540e4601731414541587ebbd467e80658b211dbf38918b359fc5626c3df7e33365

doc/src/omigrate/migration.ml.html

Source file migration.ml

1
2
3
4
5
6
type t =
  { version : int64
  ; name : string
  ; up : string
  ; down : string
  }
OCaml

Innovation. Community. Security.