athena_migrate 1.0.0 copy "athena_migrate: ^1.0.0" to clipboard
athena_migrate: ^1.0.0 copied to clipboard

outdated

Athena SQL migration tool

Athena Migrate #

this tool will helo you create athena.yaml file and run migrations for all packages.

How to use #

to run use:

dart pub global run flutter_plugin_tools [COMMAND]

comands included:

  create    Create a new migration file.
  up        One migration up.

TODO:

  • ❌ add down command
  • ❌ add status command
  • ❌ add reset command
  • ❌ add refresh command
  • ❌ add seed command
  • ❌ add rollback command
  • ❌ add rollback-all command
  • ❌ add create:seed command