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.
|
2019-04-20 21:36:29 +00:00
|
|
|
homepage: https://github.com/angel-dart/orm
|
2019-04-20 19:45:42 +00:00
|
|
|
author: Tobe O <thosakwe@gmail.com>
|
|
|
|
environment:
|
2021-02-14 05:22:25 +00:00
|
|
|
sdk: '>=2.10.0 <2.12.0'
|
2019-04-20 18:45:41 +00:00
|
|
|
dependencies:
|
2021-02-14 05:22:25 +00:00
|
|
|
angel_framework: #^2.0.0-alpha
|
|
|
|
path: ../../framework
|
|
|
|
angel_orm: #^2.0.0
|
|
|
|
path: ../angel_orm
|
2019-04-20 18:45:41 +00:00
|
|
|
dev_dependencies:
|
2021-02-14 05:22:25 +00:00
|
|
|
angel_migration: #^2.0.0-alpha
|
|
|
|
path: ../angel_migration
|
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
|
2021-02-14 05:22:25 +00:00
|
|
|
angel_serialize: #^2.0.0
|
|
|
|
path: ../../serialize/angel_serialize
|
2019-04-20 18:45:41 +00:00
|
|
|
build_runner: ^1.0.0
|
|
|
|
logging: ^0.11.0
|
|
|
|
pedantic: ^1.0.0
|
2021-02-14 05:22:25 +00:00
|
|
|
# postgres: ^2.2.0
|
|
|
|
test: ^1.15.7
|
|
|
|
|
|
|
|
|
|
|
|
#dependency_overrides:
|
|
|
|
# angel_migration:
|
|
|
|
# path: ../angel_migration
|