drift/moor
Simon Binder ccf208b329
Support additional insert modes
2019-10-21 17:14:58 +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 Support additional insert modes 2019-10-21 17:14:58 +02:00
test Support additional insert modes 2019-10-21 17:14:58 +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 Call doWhenOpened for customStatement (#199) 2019-10-20 11:39:24 +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 Option to use the column name as json key in moor files 2019-10-17 21:44:20 +02:00
mono_pkg.yaml Provide coverage upload token variable 2019-07-28 11:08:39 +02:00
pubspec.yaml Release moor and moor_generator 2.0.1, sqlparser 0.3.0+1 2019-10-11 17:24:04 +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.