migrant 0.2.0 copy "migrant: ^0.2.0" to clipboard
migrant: ^0.2.0 copied to clipboard

A simple database schema migration tool. Supports SQLite and PostgreSQL, can read migration scripts from multiple sources.

0.2.0 - 2024-08-05 #

Changed #

  • API

0.1.0 - 2024-07-28 #

Changed #

  • Database.migrate() now allows to be safely retried after a failure
  • InMemory source API change
  • DatabaseGateway.apply() API change

0.0.9 - 2024-06-01 #

Changed #

  • Dependencies bump

0.0.8 - 2022-05-05 #

Added #

  • Example and a bit of docs

0.0.7 - 2022-05-04 #

Changed #

  • Moved InMemory source to testing

0.0.6 - 2022-05-04 #

Changed #

  • Naming

0.0.5 - 2022-04-30 #

Changed #

  • Filesystem migrations source moved to its own package

0.0.4 - 2022-04-30 #

Added #

  • Migration equality operator

0.0.3 - 2022-04-30 #

Removed #

  • Migration.summary

0.0.1 - 2022-04-30 #

Added #

  • Initial version
5
likes
160
pub points
35%
popularity

Publisher

verified publisherkarapetov.com

A simple database schema migration tool. Supports SQLite and PostgreSQL, can read migration scripts from multiple sources.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

More

Packages that depend on migrant