package omigrate

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

Install

Dune Dependency

Authors

Maintainers

Sources

omigrate-0.3.2.tbz
sha256=7df11359cb7175891a6776d552ef12641d54f330ab187e913f15166970ef46bf
sha512=83599cf881ffc26027dad200dad1156cc8d220b6f45ad23b758f4eaea6e21359ec2517d753f5facabf682b10f284341bdbdec121563b7096a94a110ce1933b47

CHANGES.md.html

0.3.2 - 2022-11-15

  • Various bug fixes (#12, #14, @maiste)

0.3.1 - 2022-10-26

  • Support driver listing (#8, @maiste)

  • Simplify migration to version 0.3 (#10, @maiste)

0.3.0 - 2022-10-11

  • Support partial migrations (#4, @maiste)

  • New Sqlite3 driver (#3, @maiste)

  • Support optional auth with psql driver (#2, @maiste)

0.2.0 - 2022-04-14

  • Support cmdliner.1.1.0 (#2, @tmattio)

  • Compatibility with golang-migrate migrations (#2, @tmattio)

0.1.1 - 2021-11-02

Fixed

  • Use 1-indexed month number in migration names (#1, @punchagan)

0.1.0 - 2020-05-24

Added

  • Initial release