Go to file
Simon Binder 7da3ef3d64
Integrate new sql parser library into CI
2019-06-15 23:03:43 +02:00
docs Fix typo 2019-06-03 12:34:11 +03:00
moor Begin with simple ast and parser 2019-06-15 15:16:48 +02:00
moor_flutter Copy license to moor_flutter subproject 2019-06-09 12:33:08 +02:00
moor_generator Extract sql parser to yet another subpackage 2019-06-15 23:01:10 +02:00
sqlparser Extract sql parser to yet another subpackage 2019-06-15 23:01:10 +02:00
tool Integrate new sql parser library into CI 2019-06-15 23:03:43 +02:00
.gitignore Add .gitignores 2019-02-03 13:54:45 +01:00
.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 Changelog for version 1.3.0 2019-04-14 16:47:15 +02:00
analysis_options.yaml Enable and enforce curly brace for control flow lint 2019-06-09 12:30:12 +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.