platform/packages/orm/angel_migration
2024-07-07 23:02:49 +08:00
..
example Updated angel_migration 2021-05-18 08:22:46 +08:00
lib Updated to lints 3.0.0 2023-12-24 12:15:26 +08:00
.gitignore Update authors and licence 2021-05-15 21:37:00 +08:00
analysis_options.yaml Updated linter 2021-12-20 12:25:43 +08:00
AUTHORS.md Update authors and licence 2021-05-15 21:37:00 +08:00
CHANGELOG.md Updated to support SDK 3.3.0 2024-06-23 12:09:26 +08:00
LICENSE Updated linter 2021-12-20 12:25:43 +08:00
melos_angel3_migration.iml Added melos 2022-03-19 09:37:28 +08:00
pubspec.yaml Updated to support SDK 3.3.0 2024-06-23 12:09:26 +08:00
README.md Replaced Gitter with Discord chat 2024-07-07 23:02:49 +08:00

Angel3 Migration

Pub Version (including pre-releases) Null Safety Discord License

A basic database migration framework built for Angel3 ORM.

Supported database

  • PostgreSQL version 10 or later
  • MariaDB 10.2.x or later
  • MySQL 8.x or later

Features

  • Create tables based on ORM models
  • Drop tables based on ORM models
  • Add new tables based ORM models

Limitation

  • Alter table/fields based on updated ORM models not supported