Go to file
Simon Binder b4cdcf0431
Support type converters in compiled custom statements
2019-07-28 00:02:17 +02:00
docs Make mysql example a sub-library that we won't publish 2019-07-24 18:25:59 +02:00
extras Resolve aliased columns 2019-07-25 17:33:01 +02:00
moor Support type converters in compiled custom statements 2019-07-28 00:02:17 +02:00
moor_flutter New API to create custom backends easier 2019-07-22 11:30:39 +02:00
moor_generator Support type converters in compiled custom statements 2019-07-28 00:02:17 +02:00
sqlparser Split parser implementation into multiple files 2019-07-27 20:47:11 +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
.travis.yml
CONTRIBUTING.md Start to write a simple CONTRIBUTING file 2019-07-13 12:07:21 +02:00
LICENSE
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