/moor

Moor is an easy to use, reactive, typesafe persistence library for Dart & Flutter

Primary LanguageDartMIT LicenseMIT

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