postgrator-cli

PostgreSQL, MySQL and MS SQL database schema migration tool using plain SQL and JS files

MIT License

Downloads
10.2K
Stars
41
Committers
6

Bot releases are visible (Hide)

postgrator-cli - Latest Release

Published by perrin4869 4 months ago

Allow mssql@11 peer dependency

postgrator-cli -

Published by perrin4869 6 months ago

BREAKING: require node >= 18
add support for node 22

postgrator-cli -

Published by perrin4869 over 1 year ago

Set the minimum node version to 16

postgrator-cli -

Published by perrin4869 over 1 year ago

fix build badge

postgrator-cli -

Published by perrin4869 over 2 years ago

  • Require Node.js 14
  • Add support for Node.js 18
postgrator-cli -

Published by perrin4869 over 2 years ago

  • Add support for .postgratorrc.mjs and .postgratorrc.js config files with type: module.
  • Add sqlite3 support
postgrator-cli -

Published by perrin4869 over 2 years ago

postgrator-cli -

Published by perrin4869 over 2 years ago

  1. (Breaking) Node.js 12 or later required
  2. (Breaking) Target postgrator 5.x.x
  3. (Breaking) Migrate to using cosmiconfig for configuration file
  4. (Breaking) secure option is now ssl and it works differently for each supported driver
  5. (Breaking) Replace --migration-directory option with --migration-pattern option
  6. Add support for node 16.x.x
  7. Add drop-schema command
  8. Add --schema-table option
  9. Support merging cli and config file options