platform/packages/orm/angel_migration_runner/pubspec.yaml
2021-03-08 23:27:52 +08:00

24 lines
667 B
YAML
Executable file

name: angel_migration_runner
version: 3.0.0
description: Command-line based database migration runner for Angel's ORM.
author: Tobe O <thosakwe@gmail.com>
homepage: https://github.com/angel-dart/migration
publish_to: none
environment:
sdk: '>=2.10.0 <3.0.0'
dependencies:
angel_migration:
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x
path: packages/orm/angel_migration
angel_orm:
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x
path: packages/orm/angel_orm
args: ^2.0.0
charcode: ^1.2.0
postgres:
git:
url: https://github.com/dukefirehawk/postgresql-dart