Skip to content
forked from simolus3/drift

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

License

Notifications You must be signed in to change notification settings

michaelspiss/moor

 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dart 99.0%
  • Shell 0.4%
  • Java 0.2%
  • Objective-C 0.1%
  • HTML 0.1%
  • Swift 0.1%
  • Kotlin 0.1%