2021-05-19 15:35:55 +00:00
|
|
|
name: angel3_orm_postgres
|
2022-08-31 13:16:32 +00:00
|
|
|
version: 7.0.1
|
2021-07-19 05:09:28 +00:00
|
|
|
description: PostgreSQL support for Angel3 ORM. Includes functionality for querying and transactions.
|
|
|
|
homepage: https://angel3-framework.web.app/
|
2021-09-25 15:53:55 +00:00
|
|
|
repository: https://github.com/dukefirehawk/angel/tree/master/packages/orm/angel_orm_postgres
|
2018-12-09 17:11:48 +00:00
|
|
|
environment:
|
2022-08-13 02:14:43 +00:00
|
|
|
sdk: '>=2.17.0 <3.0.0'
|
2018-12-09 17:11:48 +00:00
|
|
|
dependencies:
|
2022-08-14 02:17:59 +00:00
|
|
|
angel3_orm: ^7.0.0
|
2021-05-03 06:45:41 +00:00
|
|
|
logging: ^1.0.1
|
|
|
|
pool: ^1.5.0
|
2021-09-25 15:53:55 +00:00
|
|
|
postgres: ^2.4.1
|
2021-12-30 02:07:04 +00:00
|
|
|
postgres_pool: ^2.1.3
|
2018-12-09 17:11:48 +00:00
|
|
|
dev_dependencies:
|
2022-08-14 02:17:59 +00:00
|
|
|
belatuk_pretty_logging: ^5.0.0
|
|
|
|
angel3_orm_test: ^7.0.0
|
2022-04-24 01:42:33 +00:00
|
|
|
test: ^1.21.0
|
2022-08-13 02:14:43 +00:00
|
|
|
lints: ^2.0.0
|
2022-10-02 23:35:05 +00:00
|
|
|
# dependency_overrides:
|
2022-08-28 17:51:56 +00:00
|
|
|
# angel3_serialize:
|
|
|
|
# path: ../../serialize/angel_serialize
|
|
|
|
# angel3_model:
|
|
|
|
# path: ../../model
|
2022-10-02 23:35:05 +00:00
|
|
|
# angel3_orm_test:
|
|
|
|
# path: ../angel_orm_test
|
2022-08-28 17:51:56 +00:00
|
|
|
# angel3_orm:
|
|
|
|
# path: ../angel_orm
|
|
|
|
# angel3_migration:
|
|
|
|
# path: ../angel_migration
|