Skip to content

abwarlock/moor

 
 

Repository files navigation

Moor

Build Status codecov

Core API Flutter Generator
Generator version Flutter version Generator version

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 subset of sqlite, but most commonly used statements (except for inserts) are supported. Its on pub at sqlparser

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dart 99.2%
  • Other 0.8%