flutter_orm_m8 0.5.0 copy "flutter_orm_m8: ^0.5.0" to clipboard
flutter_orm_m8: ^0.5.0 copied to clipboard

outdated

Flutter package for ORM annotations. It defines ColumnMetadata, TableMetadata, DataTable, DataColumn annotations. The main purpose is to be used by code generators to expand annotated models.

[Unreleased] #

[0.5.0] - 2019-04-08 #

Added #

  • DbOpenEntity - for free DataTables with unconstrained PK
  • Test for DbOpenEntity

Changed #

  • The README.md was extended
  • The CHANGELOG was aligned with keepachangelog

[0.4.0] - 2019-04-02 #

Added #

  • TableMetadata to enhance DataTable. Three options:

    • SoftDeletable
    • TrackCreate
    • TrackUpdate

Changed #

  • All the fields in DbEntity and descendants goes public
  • Removed all methods from DbEntity and descendants to keep the models as plain as possible

[0.3.0] - 2019-03-15 #

Changed #

  • DbEntity:
    • Adding abstract method getDbEntityFromMap(Map<String, dynamic> map);

[0.2.0] - 2019-03-08 #

Added #

  • Base classes for:
    • DbEntity
    • DbAccountEntity
    • DbAccountRelatedEntity

[0.1.0] - 2019-03-03 #

Changed #

  • Switching from flutter_test to test
  • Removing flutter dependencies

[0.0.3] - 2019-03-02 #

Changed #

  • Shifting column options values with one bit
  • Enhancing documentation
  • Reorganizing example

[0.0.2] - 2019-03-01 #

Added #

  • Adding some example usage

[0.0.1] - 2019-03-01 #

Added #

  • Basic annotations for ORM extensions
  • ColumnMetadata options:
    • Ignore
    • PrimaryKey
    • Unique
    • NotNull
    • AutoIncrement
    • Indexed
  • DataTable with name
  • DataColumn with name and a bit mask for required ColumnMetadata's
0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Flutter package for ORM annotations. It defines ColumnMetadata, TableMetadata, DataTable, DataColumn annotations. The main purpose is to be used by code generators to expand annotated models.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on flutter_orm_m8