Go to file
Simon Binder f21021a6e9
Final preparations for the 1.6 release
Short summary of updates
- web support
- using zones to resolve the current transaction
- comparable date time values
- collate expressions
- many bug fixes
2019-07-12 10:52:42 +02:00
docs Remove outdated warning about transactions in docs 2019-07-12 10:38:00 +02:00
moor Final preparations for the 1.6 release 2019-07-12 10:52:42 +02:00
moor_flutter Final preparations for the 1.6 release 2019-07-12 10:52:42 +02:00
moor_generator Final preparations for the 1.6 release 2019-07-12 10:52:42 +02:00
sqlparser Final preparations for the 1.6 release 2019-07-12 10:52:42 +02:00
tool Make the moor test script executable 2019-07-10 17:29:03 +02:00
.cirrus.yml Continue experiments with cirrus 2019-07-05 19:32:01 +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 Document the web feature 2019-07-06 15:29:32 +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 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