orchestraframework/database
最新稳定版本:0.0.1
Composer 安装命令:
composer require orchestraframework/database
包简介
Thin illuminate/database wrapper for the Orchestra microservices framework.
README 文档
README
Database integration for the Orchestra Framework. Thin wrapper over illuminate/database — multi-connection query builder, transactions, slow-query logging — plus an attribute-driven schema layer that turns your typed PHP models into a live database schema (db:sync).
Install
composer require orchestraframework/database
Add the provider to config/app.php:
'providers' => [ \Orchestra\Database\DatabaseServiceProvider::class, ],
Configure
See config/database.php and docs/27-database.md.
CLI
orchestra db:status # probe connections orchestra db:sync # apply model schema orchestra db:sync --force # apply, including column drops orchestra db:diff # show pending changes (dry-run) orchestra make:model Users/User
License
MIT.
database
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-06-11