drift/moor
Simon Binder c2bff3ae42
API and parser for custom types
2019-07-18 12:02:16 +02:00
..
example Write implementation methods for queries 2019-06-29 11:23:06 +02:00
example_web Migrate web example to moor 1.6 2019-07-10 19:22:55 +02:00
lib API and parser for custom types 2019-07-18 12:02:16 +02:00
test API and parser for custom types 2019-07-18 12:02:16 +02:00
tool Implement new serialization api in generated classes 2019-05-23 19:17:47 +02:00
.gitignore Collect test coverage 2019-03-19 12:52:02 +01:00
CHANGELOG.md API and parser for custom types 2019-07-18 12:02:16 +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
mono_pkg.yaml Workaround for analyzer acting up 2019-03-19 13:36:43 +01:00
pubspec.yaml Final preparations for the 1.6 release 2019-07-12 10:52:42 +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.