athena_migrate 1.2.0
athena_migrate: ^1.2.0 copied to clipboard
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 athena_migrate [COMMAND]
or installed on your devDependencies:
dart pub add --dev athena_migrate
you can run
dart pub run athena_migrate [COMMAND]
comands included:
create Create a new migration file.
up One migration up.
TODO:
- ❌ add
downcommand - ❌ add
statuscommand - ❌ add
resetcommand - ❌ add
refreshcommand - ❌ add
seedcommand - ❌ add
rollbackcommand - ❌ add
rollback-allcommand - ❌ add
create:seedcommand