Go to file
Simon Binder 25ceda3505
Report lints about invalid Dart Templates in SQL
2019-09-15 11:59:47 +02:00
docs Add documentation on Dart expressions 2019-09-14 10:15:09 +02:00
extras Also run the ffi integration tests on android 2019-09-14 21:30:38 +02:00
moor Report lints about invalid Dart Templates in SQL 2019-09-15 11:59:47 +02:00
moor_ffi Write more notes on how to use moor_ffi 2019-09-14 21:20:42 +02:00
moor_flutter Remove DiffUtil and MoorAnimatedList 2019-09-13 21:06:11 +02:00
moor_generator Report lints about invalid Dart Templates in SQL 2019-09-15 11:59:47 +02:00
sqlparser Report lints about invalid Dart Templates in SQL 2019-09-15 11:59:47 +02:00
tool Delete conflicting outputs when running the moor test 2019-08-20 12:21:54 +02:00
.cirrus.yml Raise SDK constraints to 2.5.0 for FFI version 2019-08-28 17:46:52 +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 Merge branch 'develop' into analyzer-plugin 2019-08-26 15:32:28 +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 Don't parse tuples as expressions 2019-09-15 11:19:32 +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