2021-06-18 10:29:49 +00:00
|
|
|
name: angel3_orm_service
|
2023-05-27 00:37:00 +00:00
|
|
|
version: 8.0.0
|
2021-06-18 10:29:49 +00:00
|
|
|
description: Service implementation that wraps over Angel3 ORM Query classes.
|
2021-08-12 03:39:01 +00:00
|
|
|
homepage: https://angel3-framework.web.app/
|
2021-12-20 04:25:43 +00:00
|
|
|
repository: https://github.com/dukefirehawk/angel/tree/master/packages/orm/angel_orm_service
|
2019-04-20 19:45:42 +00:00
|
|
|
environment:
|
2023-05-20 15:37:23 +00:00
|
|
|
sdk: '>=3.0.0 <4.0.0'
|
2019-04-20 18:45:41 +00:00
|
|
|
dependencies:
|
2023-05-27 00:37:00 +00:00
|
|
|
angel3_framework: ^8.0.0
|
|
|
|
angel3_orm: ^8.0.0
|
2021-08-12 03:39:01 +00:00
|
|
|
postgres: ^2.4.0
|
|
|
|
optional: ^6.0.0
|
2019-04-20 18:45:41 +00:00
|
|
|
dev_dependencies:
|
2023-05-27 00:37:00 +00:00
|
|
|
angel3_migration: ^8.0.0
|
|
|
|
angel3_migration_runner: ^8.0.0
|
|
|
|
angel3_orm_generator: ^8.0.0
|
|
|
|
angel3_orm_postgres: ^8.0.0
|
|
|
|
angel3_serialize: ^8.0.0
|
|
|
|
build_runner: ^2.4.0
|
|
|
|
logging: ^1.2.0
|
|
|
|
test: ^1.24.0
|
|
|
|
lints: ^2.1.0
|
2023-10-18 15:45:31 +00:00
|
|
|
# dependency_overrides:
|
|
|
|
# angel3_container:
|
|
|
|
# path: ../../container/angel_container
|
|
|
|
# angel3_framework:
|
|
|
|
# path: ../../framework
|
|
|
|
# angel3_http_exception:
|
|
|
|
# path: ../../http_exception
|
|
|
|
# angel3_model:
|
|
|
|
# path: ../../model
|
|
|
|
# angel3_route:
|
|
|
|
# path: ../../route
|
|
|
|
# angel3_mock_request:
|
|
|
|
# path: ../../mock_request
|
|
|
|
# angel3_serialize:
|
|
|
|
# path: ../../serialize/angel_serialize
|
|
|
|
# angel3_serialize_generator:
|
|
|
|
# path: ../../serialize/angel_serialize_generator
|
|
|
|
# angel3_orm_test:
|
|
|
|
# path: ../angel_orm_test
|
|
|
|
# angel3_orm:
|
|
|
|
# path: ../angel_orm
|
|
|
|
# angel3_orm_generator:
|
|
|
|
# path: ../angel_orm_generator
|
|
|
|
# angel3_orm_postgres:
|
|
|
|
# path: ../angel_orm_postgres
|
|
|
|
# angel3_migration:
|
|
|
|
# path: ../angel_migration
|
|
|
|
# angel3_migration_runner:
|
|
|
|
# path: ../angel_migration_runner
|