drift/moor/README.md

12 lines
524 B
Markdown
Raw Normal View History

2019-03-09 07:37:22 -08:00
# 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!
2019-03-09 07:37:22 -08:00
This library defines the APIs for the moor persistence library. When using the library,
you'll probably want to use the moor_flutter implementation directly.
2019-04-14 07:47:15 -07:00
Please see the homepage of [moor](https://moor.simonbinder.eu/) or
the [moor_flutter package](https://pub.dartlang.org/packages/moor_flutter) for details
on how to use this package.