package migra
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
A database migration tool and library for OCaml supporting PostgreSQL, MariaDB/MySQL, and SQLite
Install
dune-project
Dependency
Authors
Maintainers
Sources
migra-2.1.1.tbz
sha256=793336d05c296f0283ee174074933cbebf38c5cd982bc4745f8d1261fa6f1907
sha512=ad32e72875fc4046bc133a8bea15b3ee41cd6985f509221b7d6bb1bfd713b4b2c0b441b89179d09a89067c205bdc0a17ddd2b8ab8eb6a84f747aa04f4ce006f7
Description
A database migration tool and library for OCaml. Migrations are plain SQL with up and down sections, and the database (PostgreSQL, MariaDB/MySQL, or SQLite) is selected from the connection URL. Applied migrations are tracked with checksums, and drift (a modified, missing, or out-of-order migration) is detected before anything runs. It can be used from the command line or embedded as a library to migrate on application startup.
Dependencies (12)
Dev Dependencies (3)
-
odoc
with-doc -
alcotest-lwt
with-test & >= "1.7.0" -
alcotest
with-test & >= "1.7.0"
Used by
None
Conflicts
None
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page