Go to file
Simon Binder 47f8dbb90d
Make streams emit cached data for multiple listeners
Fixes #178
2019-10-09 22:39:19 +02:00
docs Optionally disable verification code (#173) 2019-10-05 21:41:20 +02:00
extras Document how to debug the plugin, prepare 2.0 release 2019-10-01 17:58:17 +02:00
moor Make streams emit cached data for multiple listeners 2019-10-09 22:39:19 +02:00
moor_ffi Support background isolate in moor_ffi 2019-09-25 10:36:43 +02:00
moor_flutter Re-run build on flutter example app 2019-10-09 21:28:36 +02:00
moor_generator Merge remote-tracking branch 'origin/master' into develop 2019-10-09 20:32:25 +02:00
sqlparser Recognize boolean and datetime column in moor 2019-10-05 21:24:41 +02:00
tool Use package:test_coverage for moor subproject 2019-09-29 11:27:35 +02:00
.cirrus.yml Re-enable coverage for everything but moor_generator 2019-09-29 10:51:16 +02:00
.gitattributes Support includes on the @UseDao annotation as well 2019-07-29 15:19:58 +02:00
.gitignore Test and coverage the sql parser 2019-07-28 09:49:14 +02:00
.gitmodules Replace jekyll docs with docsy example 2019-08-01 21:02:13 +02:00
CONTRIBUTING.md Document all public moor apis, enable appropriate lint 2019-10-04 22:19:41 +02:00
LICENSE Add MIT license 2019-02-09 21:00:00 +01:00
README.md Provide coverage upload token variable 2019-07-28 11:08:39 +02:00
analysis_options.yaml Document all public moor apis, enable appropriate lint 2019-10-04 22:19:41 +02:00
netlify.toml Fix some bugs in the sql parser, another integration test 2019-08-17 22:21:34 +02:00

README.md

Moor

Build Status codecov

Core Flutter Generator
Generator version Flutter version Generator version

Moor is an easy to use, reactive persistence library for Flutter and Dart web apps. Define your database tables in pure Dart and enjoy a fluent query API, auto-updating streams and more!

For more information, check out the docs.


The sqlparser directory contains an sql parser and static analyzer, written in pure Dart. At the moment, it can only parse a subset of sqlite, but most commonly used statements (except for inserts) are supported. Its on pub at sqlparser