angel3_migration 8.2.1 copy "angel3_migration: ^8.2.1" to clipboard
angel3_migration: ^8.2.1 copied to clipboard

The abstract classes for implementing database migration in Angel3 framework. Designed to work with Angel3 ORM.

Angel3 Migration #

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

This package contains the abstract classes for implementing database migration in Angel3 framework. It is designed to work with Angel3 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
1
likes
150
pub points
69%
popularity

Publisher

verified publisherdukefirehawk.com

The abstract classes for implementing database migration in Angel3 framework. Designed to work with Angel3 ORM.

Homepage
Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

angel3_orm

More

Packages that depend on angel3_migration