drift/moor
Simon Binder 635b902352
Add test case without any additional constraints
2019-07-30 10:33:32 +02:00
..
example Use new GeneratorSession for the writer 2019-07-20 10:18:41 +02:00
example_web Implement the web database with the new backends api 2019-07-22 12:47:18 +02:00
lib Generate code to match default values for CREATE TABLE 2019-07-30 10:30:06 +02:00
test Add test case without any additional constraints 2019-07-30 10:33:32 +02:00
tool Only format coverage once 2019-07-28 10:38:18 +02:00
.gitignore
CHANGELOG.md Provide information about the sql dialect at runtime 2019-07-28 14:21:39 +02:00
LICENSE
README.md Document the web feature 2019-07-06 15:29:32 +02:00
analysis_options.yaml
mono_pkg.yaml Provide coverage upload token variable 2019-07-28 11:08:39 +02:00
pubspec.yaml New API to create custom backends easier 2019-07-22 11:30:39 +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.