drift/moor
Simon Binder 77cc6b2d88
Use extensions methods for Dart query api (#195)
2019-11-06 12:16:55 +01:00
..
example Inject mock streams via .connect constructor 2019-10-30 19:25:26 +01:00
example_web Fix warnings (2.6-dev SDK), escape \r, constant workaround 2019-10-09 19:48:52 +02:00
lib Use extensions methods for Dart query api (#195) 2019-11-06 12:16:55 +01:00
test Use extensions methods for Dart query api (#195) 2019-11-06 12:16:55 +01:00
tool Fix lcov formatting 2019-09-29 14:39:20 +02:00
tools/analyzer_plugin Release moor 2.0 2019-10-03 15:39:32 +02:00
.gitignore Use package:test_coverage for moor subproject 2019-09-29 11:27:35 +02:00
CHANGELOG.md Support transactions and batches for the isolate api 2019-11-05 20:22:55 +01:00
LICENSE
README.md Document the web feature 2019-07-06 15:29:32 +02:00
analysis_options.yaml Document all public moor apis, enable appropriate lint 2019-10-04 22:19:41 +02:00
build.yaml Inject mock streams via .connect constructor 2019-10-30 19:25:26 +01:00
mono_pkg.yaml Provide coverage upload token variable 2019-07-28 11:08:39 +02:00
pubspec.yaml Use extensions methods for Dart query api (#195) 2019-11-06 12:16:55 +01: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.