platform/packages/orm/angel_orm_mysql/pubspec.yaml

27 lines
728 B
YAML
Raw Normal View History

2019-02-13 05:00:30 +00:00
name: angel_orm_mysql
2019-11-22 00:46:22 +00:00
version: 0.0.0
2019-02-13 05:00:30 +00:00
description: MySQL 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'
2019-02-13 05:00:30 +00:00
dependencies:
2021-02-14 05:22:25 +00:00
angel_orm: #^2.1.0-beta
path: ../angel_orm
2019-02-13 05:00:30 +00:00
logging: ^0.11.0
pool: ^1.0.0
2021-02-14 05:22:25 +00:00
sqljocky5: ^2.2.1
2019-02-13 05:00:30 +00:00
dev_dependencies:
2021-02-14 05:22:25 +00:00
angel_migration: #^2.0.0
path: ../angel_migration
angel_orm_generator: #^2.1.0-beta
path: ../angel_orm_generator
2019-04-08 17:08:54 +00:00
angel_orm_test:
path: ../angel_orm_test
2019-02-13 05:44:58 +00:00
build_runner: ^1.0.0
2019-10-09 14:28:45 +00:00
test: ^1.0.0
2021-02-14 05:22:25 +00:00
#dependency_overrides:
# angel_migration:
# path: ../angel_migration
# angel_orm_generator:
# path: ../angel_orm_generator