drift/moor
Simon Binder 234a96cd5e
Re-enable coverage for everything but moor_generator
2019-09-29 10:51:16 +02:00
..
example Optionally override hashCode and equals in result sets 2019-09-20 19:31:36 +02:00
example_web Breaking changes for the upcoming version 2019-09-13 21:04:15 +02:00
lib Report errors when ORDER or LIMIT is used in compound stmt 2019-09-25 18:08:24 +02:00
test Replace imports of test_api with test 2019-09-26 22:52:20 +02:00
tool Re-enable coverage for everything but moor_generator 2019-09-29 10:51:16 +02:00
tools/analyzer_plugin More work on the analyzer plugin 2019-09-18 20:48:44 +02:00
.gitignore Collect test coverage 2019-03-19 12:52:02 +01:00
CHANGELOG.md Add LazyDatabase wrapper to create a database async 2019-09-20 20:23:35 +02:00
LICENSE Rename project to "moor" 2019-03-09 16:37:37 +01:00
README.md Document the web feature 2019-07-06 15:29:32 +02:00
analysis_options.yaml Rename project to "moor" 2019-03-09 16:37:37 +01:00
build.yaml Fix typo in new override flag 2019-09-20 19:36:09 +02:00
mono_pkg.yaml Provide coverage upload token variable 2019-07-28 11:08:39 +02:00
pubspec.yaml Replace imports of test_api with test 2019-09-26 22:52:20 +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!

With Flutter

This library defines the APIs for the moor persistence library. To use it on Flutter apps, you'll probably want to use the moor_flutter implementation directly.

For the web

For information to use this library on the web (including Flutter web), follow the instructions here. Keep in mind that web support is still experimental.

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