moor 1.2.0 copy "moor: ^1.2.0" to clipboard
moor: ^1.2.0 copied to clipboard

discontinuedreplaced by: drift
outdated

Moor is a safe and reactive persistence library for Dart applications

1.2.0 #

  • Breaking: Generated DAO classes are now called _$YourNameHere, it used to be just _YourNameHere (without the dollar sign)
  • Blob data type
  • insertOrReplace method for insert statements
  • DAOs can now operate on transactions
  • Custom constraints
  • Query streams are now cached so that equal queries yield identical streams. This can improve performance.

1.1.0 #

  • Transactions

1.0.0 #

  • Initial version of the Moor library
544
likes
0
pub points
92%
popularity

Publisher

verified publishersimonbinder.eu

Moor is a safe and reactive persistence library for Dart applications

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

collection, meta

More

Packages that depend on moor