mirror of https://github.com/AMT-Cheif/drift.git
634b1adb72 | ||
---|---|---|
.. | ||
example | ||
example_web | ||
lib | ||
test | ||
tool | ||
.gitignore | ||
CHANGELOG.md | ||
LICENSE | ||
README.md | ||
analysis_options.yaml | ||
mono_pkg.yaml | ||
pubspec.yaml |
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.