luguohuakai/yii2-dm
最新稳定版本:v1.0.5
Composer 安装命令:
composer require luguohuakai/yii2-dm
包简介
DM8 Driver for Yii2 Framework.
README 文档
README
A database extension for DM database
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist luguohuakai/yii2-dm "*"
or add
"luguohuakai/yii2-dm": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
'components' => [ 'db' => [ 'class' => 'luguohuakai\db\dm\Connection', 'dsn' => 'dm:host=localhost:xxx;schema=xxx', 'username' => 'SYSDBA', 'password' => 'SYSDBA', ] ]
统计信息
- 总下载量: 192
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2023-05-25