Go to file
Simon Binder ca76746000
Better explain how `getSingle` and `watchSingle` works.
2019-08-24 18:03:53 +02:00
docs Document how to use the builder options 2019-08-19 20:02:57 +02:00
extras Write changelogs, prepare release 1.7 2019-08-22 12:27:39 +02:00
moor Better explain how `getSingle` and `watchSingle` works. 2019-08-24 18:03:53 +02:00
moor_flutter Write changelogs, prepare release 1.7 2019-08-22 12:27:39 +02:00
moor_generator Support absent values on INTEGER PRIMARY KEY 2019-08-23 22:50:15 +02:00
sqlparser Write changelogs, prepare release 1.7 2019-08-22 12:27:39 +02:00
tool Delete conflicting outputs when running the moor test 2019-08-20 12:21:54 +02:00
.cirrus.yml Don't run coverage on CI builds 2019-08-19 20:49:32 +02:00
.gitattributes
.gitignore
.gitmodules Replace jekyll docs with docsy example 2019-08-01 21:02:13 +02:00
CONTRIBUTING.md Briefly explain common classes in CONTRIBUTING file 2019-08-18 16:47:03 +02:00
LICENSE
README.md
analysis_options.yaml Add integration tests for transactions 2019-07-31 20:47:58 +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