22 lines
647 B
YAML
22 lines
647 B
YAML
name: angel3_orm_postgres
|
|
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
|
|
environment:
|
|
sdk: '>=2.12.0 <3.0.0'
|
|
dependencies:
|
|
angel3_orm: ^4.0.0-beta.1
|
|
logging: ^1.0.1
|
|
pool: ^1.5.0
|
|
postgres: ^2.3.2
|
|
|
|
dev_dependencies:
|
|
angel3_pretty_logging: ^3.0.0
|
|
test: ^1.17.0
|
|
pedantic: ^1.11.0
|
|
angel3_orm_test:
|
|
git:
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
ref: angel3
|
|
path: packages/orm/angel_orm_test
|