2019-03-09 08:01:55 -08:00
|
|
|
# Moor
|
2019-07-28 02:08:39 -07:00
|
|
|
[![Build Status](https://api.cirrus-ci.com/github/simolus3/moor.svg)](https://cirrus-ci.com/github/simolus3/moor)
|
2019-03-27 10:56:14 -07:00
|
|
|
[![codecov](https://codecov.io/gh/simolus3/moor/branch/master/graph/badge.svg)](https://codecov.io/gh/simolus3/moor)
|
|
|
|
|
|
|
|
|
2019-07-06 06:29:32 -07:00
|
|
|
| Core | Flutter | Generator |
|
2019-03-27 10:56:14 -07:00
|
|
|
|:-------------:|:-------------:|:-----:|
|
2019-07-01 13:24:38 -07:00
|
|
|
| [![Generator version](https://img.shields.io/pub/v/moor.svg)](https://pub.dev/packages/moor) | [![Flutter version](https://img.shields.io/pub/v/moor_flutter.svg)](https://pub.dev/packages/moor_flutter) | [![Generator version](https://img.shields.io/pub/v/moor_generator.svg)](https://pub.dev/packages/moor_generator) |
|
2019-02-18 11:51:37 -08:00
|
|
|
|
2019-07-06 06:29:32 -07:00
|
|
|
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!
|
2019-02-18 11:51:37 -08:00
|
|
|
|
2019-06-22 13:35:34 -07:00
|
|
|
For more information, check out the [docs](https://moor.simonbinder.eu/).
|
|
|
|
|
|
|
|
-----
|
|
|
|
|
|
|
|
The `sqlparser` directory contains an sql parser and static analyzer, written in pure Dart.
|
2019-07-01 13:24:38 -07:00
|
|
|
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](https://img.shields.io/pub/v/sqlparser.svg)](https://pub.dev/packages/sqlparser)
|