platform/packages/orm/angel_migration
2024-10-12 18:45:27 -07:00
..
example Refactor: changing namespace, imports, re-branding 2024-10-12 18:45:27 -07:00
lib Refactor: changing namespace, imports, re-branding 2024-10-12 18:45:27 -07: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 Publish angel3_migration 2024-08-07 17:30:19 +08:00
LICENSE Updated linter 2021-12-20 12:25:43 +08:00
pubspec.yaml Refactor: changing namespace, imports, re-branding 2024-10-12 18:45:27 -07:00
README.md Refactor: changing namespace, imports, re-branding 2024-10-12 18:45:27 -07:00

Protevus Migration

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

This package contains the abstract classes for implementing database migration in Protevus framework. It is designed to work with Protevus ORM. Please refer to the implementation in the ORM Migration Runner package for more details.

Supported Features

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

Limitation

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