drift/moor
Simon Binder 169d6aba48
Refactor: Split select.dart into smaller files
2019-10-24 22:06:15 +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 Refactor: Split select.dart into smaller files 2019-10-24 22:06:15 +02:00
test Refactor: Put all query gen code into one compilation unit 2019-10-24 21:54:36 +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
README.md
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
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.