2021-05-19 15:35:55 +00:00
|
|
|
name: angel3_orm_postgres
|
2021-07-29 11:29:07 +00:00
|
|
|
version: 3.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/
|
|
|
|
repository: https://github.com/dukefirehawk/angel/tree/angel3/packages/orm/angel_orm_postgres
|
2018-12-09 17:11:48 +00:00
|
|
|
environment:
|
2021-05-03 06:45:41 +00:00
|
|
|
sdk: '>=2.12.0 <3.0.0'
|
2018-12-09 17:11:48 +00:00
|
|
|
dependencies:
|
2021-07-25 13:39:29 +00:00
|
|
|
angel3_orm: ^4.0.0
|
2021-05-03 06:45:41 +00:00
|
|
|
logging: ^1.0.1
|
|
|
|
pool: ^1.5.0
|
|
|
|
postgres: ^2.3.2
|
2018-12-09 17:11:48 +00:00
|
|
|
dev_dependencies:
|
2021-05-19 15:35:55 +00:00
|
|
|
angel3_pretty_logging: ^3.0.0
|
2021-06-18 10:15:23 +00:00
|
|
|
test: ^1.17.0
|
2021-05-19 15:35:55 +00:00
|
|
|
pedantic: ^1.11.0
|
2021-07-25 13:50:39 +00:00
|
|
|
angel3_orm_test: ^3.0.0
|