platform/packages/orm/angel_orm_postgres/pubspec.yaml

20 lines
526 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:
sdk: '>=2.0.0 <3.0.0'
2018-12-09 17:11:48 +00:00
dependencies:
2019-10-09 18:11:44 +00:00
angel_orm: ^2.1.0-beta
2019-02-08 03:48:02 +00:00
logging: ^0.11.0
2018-12-09 17:11:48 +00:00
pool: ^1.0.0
postgres: ^1.0.0
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
2019-10-09 14:40:39 +00:00
test: ^1.0.0
# dependency_overrides:
# angel_orm:
# path: ../angel_orm