platform/packages/orm/angel_orm_postgres/pubspec.yaml

30 lines
802 B
YAML
Raw Normal View History

2021-05-19 15:35:55 +00:00
name: angel3_orm_postgres
2021-07-19 05:09:28 +00:00
version: 3.0.0-beta.2
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-05-19 15:35:55 +00:00
angel3_orm: ^4.0.0-beta.1
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-06-18 10:15:23 +00:00
angel3_orm_test:
git:
url: https://github.com/dukefirehawk/angel.git
ref: angel3
path: packages/orm/angel_orm_test
2021-07-25 13:33:33 +00:00
dependency_overrides:
angel3_orm_test:
path: ../angel_orm_test
angel3_orm:
path: ../angel_orm
angel3_migration:
path: ../angel_migration