drift/moor
Simon Binder fb85ac80cb
Run builder on integration tests, support analyzer 0.38
2019-10-10 17:30:22 +02:00
..
example Fix warnings (2.6-dev SDK), escape \r, constant workaround 2019-10-09 19:48:52 +02:00
example_web Fix warnings (2.6-dev SDK), escape \r, constant workaround 2019-10-09 19:48:52 +02:00
lib Merge pull request #181 from minia68/master 2019-10-10 17:06:05 +02:00
test Merge pull request #181 from minia68/master 2019-10-10 17:06:05 +02: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 Run builder on integration tests, support analyzer 0.38 2019-10-10 17:30:22 +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 Document all public moor apis, enable appropriate lint 2019-10-04 22:19:41 +02: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 Release moor 2.0 2019-10-03 15:39:32 +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.