Go to file
Simon Binder 3e910123d2
Resolve and infer types related to like expressions
2019-07-01 13:59:52 +02:00
docs Document new features for version 1.5 2019-06-30 22:16:58 +02:00
moor Make `getSingle` and `watchSingle` return null when empty 2019-06-30 22:24:04 +02:00
moor_flutter Document new features for version 1.5 2019-06-30 22:16:58 +02:00
moor_generator Document new features for version 1.5 2019-06-30 22:16:58 +02:00
sqlparser Resolve and infer types related to like expressions 2019-07-01 13:59:52 +02:00
tool Integrate new sql parser library into CI 2019-06-15 23:03:43 +02:00
.gitignore
.travis.yml Integrate new sql parser library into CI 2019-06-15 23:03:43 +02:00
LICENSE Add MIT license 2019-02-09 21:00:00 +01:00
README.md Parse update statements 2019-06-30 15:25:39 +02:00
analysis_options.yaml Improve docs a bit, refactor onOpen callback 2019-06-20 11:41:00 +02:00

README.md

Moor

Build Status codecov

Core API Flutter Generator
Generator version Flutter version Generator version

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!

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 select statements are supported.