Moor is an easy to use, reactive, typesafe persistence library for Dart & Flutter
| Core | Flutter | Generator |
|:-------------:|:-------------:|:-----:|
| |
|
|
Moor is a reactive persistence library for Flutter and Dart, built ontop of sqlite. Moor is
WITHand
WINDOWclauses.
imports in sql files, moor helps you keep your database code simple.
With moor, persistence on Flutter is fun!
To start using moor, read our detailed docs.
If you have any questions, feedback or ideas, feel free to create an issue. If you enjoy this project, I'd appreciate your 🌟 on GitHub.
Packages in this repo: -
moor: The main runtime for moor, which provides most apis -
moor_ffi: New and faster executor for moor, built with
dart:ffi. -
moor_flutter: The standard executor wrapping the
sqflitepackage -
moor_generator: The compiler for moor tables, databases and daos. It also contains a fully-featured sql ide -
sqlparser: A sql parser and static analyzer, written in pure Dart. This package can be used without moor to perform analysis on sql statements. It's on pub at