mirror of https://github.com/AMT-Cheif/drift.git
ff530dd4ea | ||
---|---|---|
docs | ||
moor | ||
moor_flutter | ||
moor_generator | ||
sqlparser | ||
tool | ||
.gitignore | ||
.travis.yml | ||
LICENSE | ||
README.md | ||
analysis_options.yaml |
README.md
Moor
Core API | Flutter | Generator |
---|---|---|
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.
The sqlparser
directory contains an sql parser and static analyzer, written in pure Dart.
At the moment, it can only parse a small subset of sqlite, but most select statements are
supported. It hasn't been published yet as it's very experimental.