flutter_quick_db 0.4.0 copy "flutter_quick_db: ^0.4.0" to clipboard
flutter_quick_db: ^0.4.0 copied to clipboard

A dead simple Flutter database package built on top of the awesome Sembast library, which offers code generation, simplifying database creation in your Flutter app

0.4.0 #

  • Replaced DataStoreEntity mixin with StringDataStore and IntDataStore mixins
  • Merged create(T data) and update(T data) methods into upsert(T data) in DataStore class
  • Replaced createMany(List<T> data) method with upsertMany(List<T> data) in DataStore class

0.3.0 #

  • Removed name and path fields from @QuickDatabase annotation
  • Changed model field of @QuickDatabase from a list to a map of store names to types

0.2.0 #

  • Added update function to AbstractDataStore class
  • Removed id parameter from AbstractDataStore.create function

0.1.0 #

  • Implemented code generator for @QuickDatabase annotation
  • Included example app for reference
1
likes
150
points
180
downloads

Documentation

API reference

Publisher

verified publisheropare.dev

Weekly Downloads

A dead simple Flutter database package built on top of the awesome Sembast library, which offers code generation, simplifying database creation in your Flutter app

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

analyzer, build, flutter, sembast, source_gen

More

Packages that depend on flutter_quick_db