moor_generator 1.3.0 copy "moor_generator: ^1.3.0" to clipboard
moor_generator: ^1.3.0 copied to clipboard

discontinuedreplaced by: drift_dev
outdated

Dev-dependency to generate table and dataclasses together with the moor package.

1.3.0 #

  • Moor now supports table joins
    • Added table aliases
  • Default values for columns: Just use the withDefault method when declaring a column
    • added expressions that resolve to the current date or time
  • Fixed a crash that would occur if the first operation was a transaction
  • Better support for custom expressions as part of a regular query
  • Faster hashcode implementation in generated data classes

1.2.0 #

  • Blob data type
  • Generated classes now use lazy getters instead of recalculating fields on each access
  • Custom Constraints
  • Data classes can be converted from and to json

1.1.0 #

  • The generated data classes now implement toString()

1.0.0 #

  • Initial version of the Moor generator
52
likes
0
pub points
85%
popularity

Publisher

verified publishersimonbinder.eu

Dev-dependency to generate table and dataclasses together with the moor package.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

analyzer, build, build_config, build_runner, built_value, meta, moor, recase, source_gen

More

Packages that depend on moor_generator