.. | ||
example | ||
lib | ||
.gitignore | ||
analysis_options.yaml | ||
AUTHORS.md | ||
CHANGELOG.md | ||
LICENSE | ||
melos_angel3_migration_runner.iml | ||
pubspec.yaml | ||
README.md |
Angel3 Migration Runner
Database migration runner for Angel3 ORM.
Supported database:
- PostgreSQL version 10 or later
- MariaDB 10.2.x or later
- MySQL 8.x or later
Usage
-
Use
PostgresMigrationRunner
to perform the database migration for PostgreSQL. -
Use
MySqlMigrationRunner
to perform the database migration for MySQL and MariaDB. This is implemented withmysql_client
driver. -
Use
MariaDbMigrationRunner
to perform the database migration for MariaDB.mysql1
.