Go to file
Simon Binder b163ce9753
Merge branch 'develop' of gh:simolus3/moor into develop
2019-04-06 13:30:00 +02:00
docs Use github pygments theme 2019-04-06 13:22:49 +02:00
moor Fix hashcodes, document joins 2019-04-06 13:11:49 +02:00
moor_flutter Fix hashcodes, document joins 2019-04-06 13:11:49 +02:00
moor_generator Fix hashcodes, document joins 2019-04-06 13:11:49 +02:00
tool Remove content out of readme in favor of website docs 2019-04-03 10:23:10 +02:00
.gitignore Add .gitignores 2019-02-03 13:54:45 +01:00
.travis.yml Expand docs on how write database / dao classes 2019-03-27 18:08:41 +01:00
LICENSE Add MIT license 2019-02-09 21:00:00 +01:00
README.md Remove content out of readme in favor of website docs 2019-04-03 10:23:10 +02:00
analysis_options.yaml Implement transactions 2019-03-31 17:06:22 +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.