2021-05-19 15:35:55 +00:00
|
|
|
name: angel3_orm_postgres
|
2022-07-24 05:10:23 +00:00
|
|
|
version: 6.1.0
|
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-04-23 04:21:39 +00:00
|
|
|
sdk: '>=2.16.0 <3.0.0'
|
2018-12-09 17:11:48 +00:00
|
|
|
dependencies:
|
2022-02-24 00:34:51 +00:00
|
|
|
angel3_orm: ^6.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:
|
2021-09-25 15:53:55 +00:00
|
|
|
belatuk_pretty_logging: ^4.0.0
|
2022-02-24 00:34:51 +00:00
|
|
|
angel3_orm_test: ^6.0.0
|
2022-04-24 01:42:33 +00:00
|
|
|
test: ^1.21.0
|
2022-07-27 17:03:31 +00:00
|
|
|
lints: ^1.0.0
|
2022-07-30 16:01:02 +00:00
|
|
|
# dependency_overrides:
|
|
|
|
# angel3_serialize:
|
|
|
|
# path: ../../serialize/angel_serialize
|
2022-04-24 01:42:33 +00:00
|
|
|
# angel3_model:
|
|
|
|
# path: ../../model
|
2022-07-30 16:01:02 +00:00
|
|
|
# angel3_orm_test:
|
|
|
|
# path: ../angel_orm_test
|
|
|
|
# angel3_orm:
|
|
|
|
# path: ../angel_orm
|
|
|
|
# angel3_migration:
|
|
|
|
# path: ../angel_migration
|