platform/packages/orm/angel_orm_postgres/pubspec.yaml

37 lines
920 B
YAML
Raw Normal View History

2018-12-09 17:11:48 +00:00
name: angel_orm_postgres
2021-05-03 06:45:41 +00:00
version: 3.0.0
2018-12-09 17:11:48 +00:00
description: PostgreSQL support for Angel's ORM. Includes functionality for querying and transactions.
2021-05-03 06:45:41 +00:00
homepage: https://github.com/dukefirehawk/angel
2021-03-08 15:27:52 +00:00
publish_to: none
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-03-08 15:27:52 +00:00
angel_orm:
git:
url: https://github.com/dukefirehawk/angel.git
2021-05-03 06:45:41 +00:00
ref: sdk-2.12.x_nnbd
2021-03-08 15:27:52 +00:00
path: packages/orm/angel_orm
2021-05-03 06:45:41 +00:00
logging: ^1.0.1
pool: ^1.5.0
postgres: ^2.3.2
2021-05-03 14:05:25 +00:00
#optional: ^6.0.0-nullsafety.2
2021-03-08 15:27:52 +00:00
2018-12-09 17:11:48 +00:00
dev_dependencies:
2019-02-14 18:36:53 +00:00
angel_orm_test:
2021-03-08 15:27:52 +00:00
git:
url: https://github.com/dukefirehawk/angel.git
2021-05-03 06:45:41 +00:00
ref: sdk-2.12.x_nnbd
2021-03-08 15:27:52 +00:00
path: packages/orm/angel_orm_test
pretty_logging:
git:
url: https://github.com/dukefirehawk/angel.git
2021-05-03 06:45:41 +00:00
ref: sdk-2.12.x_nnbd
2021-03-08 15:27:52 +00:00
path: packages/pretty_logging
2021-05-03 06:45:41 +00:00
test: ^1.17.3
2021-05-03 14:05:25 +00:00
2021-05-03 13:27:12 +00:00
#dependency_overrides:
# angel_orm_test:
# path: ../angel_orm_test
# angel_orm:
# path: ../angel_orm