drift/moor
Simon Binder 825867d949
Upgrade dependencies
2019-04-14 16:29:24 +02:00
..
example Fix hashcodes, document joins 2019-04-06 13:11:49 +02:00
lib Fix hashcodes, document joins 2019-04-06 13:11:49 +02:00
test Fix hashcodes, document joins 2019-04-06 13:11:49 +02:00
tool Run dartfmt on tools 2019-03-23 11:52:14 +01:00
.gitignore Collect test coverage 2019-03-19 12:52:02 +01:00
CHANGELOG.md Release 1.2 2019-03-27 19:02:58 +01:00
LICENSE Rename project to "moor" 2019-03-09 16:37:37 +01:00
README.md Remove content out of readme in favor of website docs 2019-04-03 10:23:10 +02:00
analysis_options.yaml Rename project to "moor" 2019-03-09 16:37:37 +01:00
mono_pkg.yaml Workaround for analyzer acting up 2019-03-19 13:36:43 +01:00
pubspec.yaml Upgrade dependencies 2019-04-14 16:29:24 +02:00

README.md

moor

Moor is an easy to use, reactive persistence library for Flutter apps. Define your database tables in pure Dart and enjoy a fluent query API, auto-updating streams and more!

This library defines the APIs for the moor persistence library. When using the library, you'll probably want to use the moor_flutter implementation directly.

Please see the homepage of moor or the moor_flutter package for details on how to use this package.