drift/moor
Simon Binder 4ee7e84e8c
Early insert tests
2019-07-05 08:01:59 +02:00
..
example Write implementation methods for queries 2019-06-29 11:23:06 +02:00
example_web Early insert tests 2019-07-05 08:01:59 +02:00
lib Early insert tests 2019-07-05 08:01:59 +02:00
test Don't always include identical streams 2019-07-05 07:58:23 +02:00
tool Implement new serialization api in generated classes 2019-05-23 19:17:47 +02:00
.gitignore Collect test coverage 2019-03-19 12:52:02 +01:00
CHANGELOG.md Release moor version 1.5.1, sqlparser 0.1.1 2019-07-03 20:04:09 +02:00
LICENSE Rename project to "moor" 2019-03-09 16:37:37 +01:00
README.md Changelog for version 1.3.0 2019-04-14 16:47:15 +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 Don't always include identical streams 2019-07-05 07:58:23 +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.