platform/packages/orm/angel_orm_postgres/pubspec.yaml

21 lines
553 B
YAML
Raw Normal View History

2018-12-09 17:11:48 +00:00
name: angel_orm_postgres
2019-10-20 15:23:51 +00:00
version: 1.1.0-beta.1
2018-12-09 17:11:48 +00:00
description: PostgreSQL support for Angel's ORM. Includes functionality for querying and transactions.
author: Tobe O <thosakwe@gmail.com>
homepage: https://github.com/angel-dart/orm
environment:
2021-02-14 05:22:25 +00:00
sdk: '>=2.10.0 <2.12.0'
2018-12-09 17:11:48 +00:00
dependencies:
2021-02-14 05:22:25 +00:00
angel_orm: #^2.1.0-beta
path: ../angel_orm
2019-02-08 03:48:02 +00:00
logging: ^0.11.0
2018-12-09 17:11:48 +00:00
pool: ^1.0.0
2021-02-14 05:22:25 +00:00
postgres: ^2.2.0
2018-12-09 17:11:48 +00:00
dev_dependencies:
2019-02-14 18:36:53 +00:00
angel_orm_test:
path: ../angel_orm_test
2019-10-09 14:36:55 +00:00
pretty_logging: ^1.0.0
2021-02-14 05:22:25 +00:00
test: ^1.15.7
# dependency_overrides:
# angel_orm:
# path: ../angel_orm