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:
|
2019-11-22 00:46:22 +00:00
|
|
|
sdk: '>=2.0.0 <3.0.0'
|
2019-02-13 05:00:30 +00:00
|
|
|
dependencies:
|
2019-11-22 00:46:22 +00:00
|
|
|
angel_orm: ^2.1.0-beta
|
2019-02-13 05:00:30 +00:00
|
|
|
logging: ^0.11.0
|
|
|
|
pool: ^1.0.0
|
|
|
|
sqljocky5: ^2.0.0
|
|
|
|
dev_dependencies:
|
2019-11-22 00:46:22 +00:00
|
|
|
angel_migration: ^2.0.0
|
|
|
|
angel_orm_generator: ^2.1.0-beta
|
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
|
|
|
|
dependency_overrides:
|
|
|
|
angel_migration:
|
2019-11-22 00:46:22 +00:00
|
|
|
path: ../angel_migration
|
|
|
|
angel_orm_generator:
|
|
|
|
path: ../angel_orm_generator
|