drift/moor
Simon Binder 03a35ae9cd
Port ffi example to updated structs / pointer api
2019-08-28 16:57:25 +02:00
..
example Generate selectable for custom queries 2019-08-27 18:44:34 +02:00
example_web Implement the web database with the new backends api 2019-07-22 12:47:18 +02:00
lib Port ffi example to updated structs / pointer api 2019-08-28 16:57:25 +02:00
test Merge branch 'develop' into ffi 2019-08-28 15:36:10 +02:00
tool Only format coverage once 2019-07-28 10:38:18 +02:00
.gitignore Collect test coverage 2019-03-19 12:52:02 +01:00
CHANGELOG.md Prepare release 1.7.1 2019-08-25 22:44:28 +02:00
LICENSE
README.md Document the web feature 2019-07-06 15:29:32 +02:00
analysis_options.yaml
build.yaml Introduce flag to generate private watch methods 2019-08-19 19:04:15 +02:00
mono_pkg.yaml Provide coverage upload token variable 2019-07-28 11:08:39 +02:00
pubspec.yaml Prepare release 1.7.1 2019-08-25 22:44:28 +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.