skiptirengu/yii2-mssql-schema
Composer 安装命令:
composer require skiptirengu/yii2-mssql-schema
包简介
Optimized Schema for Yii2 applications using mssql databases
README 文档
README
This extension provides an optimized Schema class for Yii2 applications using SQL Server databases, and also fixes several bugs of the current core mssql implementation.
It achieves a better performance by using the stored procedure sp_help instead of querying the system catalog for each table you're acessing. This cuts down the number of queries Yii executes to get information about your table from three to only one!
Requirements
- PHP >= 5.6
- SQL Server >= 2008
- PDO driver (pdo_dblib, pdo_sqlsrv, etc)
Installation
The preferred way to install this extension is through composer.
Either run
composer require "skiptirengu/yii2-mssql-schema:*"
or add
"skiptirengu/yii2-mssql-schema": "*"
to the require section of your composer.json file.
Usage
To use this extension, just change the database configuration of your application to match the following
// ... 'components' => [ 'db' => [ 'class' => 'yii\db\Connection', // ... 'schemaMap' => [ // if you're using freetds + dblib 'dblib' => 'skiptirengu\mssql\Schema', // older MSSQL driver on MS Windows hosts 'mssql' => 'skiptirengu\mssql\Schema', // new ms driver for SQL Server // https://github.com/Microsoft/msphpsql 'sqlsrv' => 'skiptirengu\mssql\Schema', ] ] ]
and you're set!
TODO
- Backport this to PHP 5.4?
- Figure out a way to load table comments
License
Licensed under the incredibly permissive MIT license
skiptirengu/yii2-mssql-schema 适用场景与选型建议
skiptirengu/yii2-mssql-schema 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 16.47k 次下载、GitHub Stars 达 2, 最近一次更新时间为 2017 年 05 月 16 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 skiptirengu/yii2-mssql-schema 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 skiptirengu/yii2-mssql-schema 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 16.47k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 19
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-05-16