2018-12-09 17:11:48 +00:00
|
|
|
name: angel_orm_postgres
|
2021-03-08 15:27:52 +00:00
|
|
|
version: 2.0.0
|
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
|
2021-03-08 15:27:52 +00:00
|
|
|
publish_to: none
|
2018-12-09 17:11:48 +00:00
|
|
|
environment:
|
2021-03-08 15:27:52 +00:00
|
|
|
sdk: '>=2.10.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
|
|
|
|
ref: sdk-2.12.x
|
|
|
|
path: packages/orm/angel_orm
|
|
|
|
logging: ^1.0.0
|
2018-12-09 17:11:48 +00:00
|
|
|
pool: ^1.0.0
|
2021-03-08 15:27:52 +00:00
|
|
|
postgres:
|
|
|
|
git:
|
|
|
|
url: https://github.com/dukefirehawk/postgresql-dart
|
|
|
|
|
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
|
|
|
|
ref: sdk-2.12.x
|
|
|
|
path: packages/orm/angel_orm_test
|
|
|
|
pretty_logging:
|
|
|
|
git:
|
|
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
|
|
ref: sdk-2.12.x
|
|
|
|
path: packages/pretty_logging
|
2021-02-14 05:22:25 +00:00
|
|
|
test: ^1.15.7
|