2019-04-20 18:45:41 +00:00
|
|
|
name: angel_orm_service
|
2019-04-20 19:45:42 +00:00
|
|
|
version: 1.0.0
|
|
|
|
description: Service implementation that wraps over Angel ORM Query classes.
|
|
|
|
homepage:
|
|
|
|
author: Tobe O <thosakwe@gmail.com>
|
|
|
|
environment:
|
|
|
|
sdk: ">=2.0.0 <3.0.0"
|
2019-04-20 18:45:41 +00:00
|
|
|
dependencies:
|
|
|
|
angel_framework: ^2.0.0-alpha
|
|
|
|
angel_orm: ^2.0.0
|
|
|
|
dev_dependencies:
|
2019-04-20 19:45:42 +00:00
|
|
|
angel_migration: ^2.0.0-alpha
|
2019-04-20 18:45:41 +00:00
|
|
|
angel_migration_runner:
|
|
|
|
path: ../angel_migration_runner
|
|
|
|
angel_orm_generator:
|
|
|
|
path: ../angel_orm_generator
|
|
|
|
angel_orm_postgres:
|
|
|
|
path: ../angel_orm_postgres
|
|
|
|
angel_orm_test:
|
|
|
|
path: ../angel_orm_test
|
|
|
|
build_runner: ^1.0.0
|
|
|
|
logging: ^0.11.0
|
|
|
|
pedantic: ^1.0.0
|
2019-04-20 19:45:42 +00:00
|
|
|
postgres: ^1.0.0
|
|
|
|
test: ^1.0.0
|