luguohuakai/yii2-dm DM8 Driver for Yii2 Framework.

Database extension for DM

  1. Installation
  2. Usage

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',
    ]
]
0 0
1 follower
22 downloads
Yii Version: 2.0
License: BSD-3-Clause
Category: Database
Developed by: luguohuakai
Created on: Feb 5, 2024
Last updated: (not set)
Packagist Profile
Github Repository