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

outdated

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

[0.0.1] - 2018-03-01 #

  • 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.0.2] - 2018-03-01 #

  • Adding some example usage

[0.0.3] - 2018-03-02 #

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

[0.1.0] - 2018-03-03 #

  • Switching from flutter_test to test
  • Removing flutter dependencies

[0.2.0] - 2018-03-08 #

  • Adding base classes for:
    • DbEntity
    • DbAccountEntity
    • DbAccountRelatedEntity
0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Flutter package for ORM annotations. It defines ColumnMetadata, 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