orm_service 1.0.0

This commit is contained in:
Tobe O 2019-04-20 17:34:14 -04:00
parent 2bf831aac0
commit 7504f8970a

View file

@ -4,6 +4,14 @@
Service implementation that wraps over Angel ORM Query classes.
## Installation
In your `pubspec.yaml`:
```yaml
dependencies:
angel_orm_service: ^1.0.0
```
## Usage
Brief snippet (check `example/main.dart` for setup, etc.):