drift/README.md

20 lines
1.2 KiB
Markdown
Raw Normal View History

2019-03-09 08:01:55 -08:00
# Moor
[![Build Status](https://travis-ci.com/simolus3/moor.svg?token=u4VnFEE5xnWVvkE6QsqL&branch=master)](https://travis-ci.com/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)
| Core API | Flutter | Generator |
|:-------------:|:-------------:|:-----:|
| [![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
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!
2019-02-18 11:51:37 -08: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.
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)