orm_service 1.0.0
This commit is contained in:
parent
2bf831aac0
commit
7504f8970a
1 changed files with 8 additions and 0 deletions
|
@ -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.):
|
||||
|
||||
|
|
Loading…
Reference in a new issue