needle_orm_migration_generator 0.1.1 copy "needle_orm_migration_generator: ^0.1.1" to clipboard
needle_orm_migration_generator: ^0.1.1 copied to clipboard

Generate all orm migration helper classes for needle orm.

0.1.1 #

  • FEAT: bump version: 0.1.0.
  • FEAT: support @Transient.
  • FEAT: support varchar length.
  • FEAT: generates all Migration list for convenience.

0.0.6 #

  • FIX: define blob column.
  • FEAT: support blob (List

0.0.5 #

  • FIX: deprecated properties of analyzer.
  • FIX: remove overrides.yaml.
  • FEAT: replace angel3_migration with needle_migration.
  • FEAT: Query reuses instance with the same id.

0.0.2+1 #

  • FIX: homepage & repository url in pubspec.yaml.

0.0.2 #

  • FIX: repository link in README.md.
  • FEAT: replace _globalDb with Database.defaultDb.
  • FEAT: implement @Pre/PostPersist/Update...

0.0.1 #

  • Initial version.