Go to file
Simon Binder a4bfda494d
Add integration tests for transactions
Also fixes some bugs on the way
2019-07-31 20:47:58 +02:00
docs Document type converters feature 2019-07-28 13:44:25 +02:00
extras Add integration tests for transactions 2019-07-31 20:47:58 +02:00
moor Add integration tests for transactions 2019-07-31 20:47:58 +02:00
moor_flutter Add integration tests for transactions 2019-07-31 20:47:58 +02:00
moor_generator Generate code to match default values for CREATE TABLE 2019-07-30 10:30:06 +02:00
sqlparser Fix typename parsing, set span on default constraint 2019-07-30 09:35:19 +02:00
tool Provide coverage upload token variable 2019-07-28 11:08:39 +02:00
.cirrus.yml Provide coverage upload token variable 2019-07-28 11:08:39 +02:00
.gitattributes Support includes on the @UseDao annotation as well 2019-07-29 15:19:58 +02:00
.gitignore Test and coverage the sql parser 2019-07-28 09:49:14 +02:00
CONTRIBUTING.md Start to write a simple CONTRIBUTING file 2019-07-13 12:07:21 +02:00
LICENSE Add MIT license 2019-02-09 21:00:00 +01:00
README.md Provide coverage upload token variable 2019-07-28 11:08:39 +02:00
analysis_options.yaml Add integration tests for transactions 2019-07-31 20:47:58 +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