tomlankhorst/kohana-3.3-mysqli

Kohana 3.3 MySQLi 驱动程序。

dev-master 2015-05-26 10:01 UTC

This package is auto-updated.

Last update: 2024-09-11 00:20:32 UTC


README

Kohana 3.3 MySQLi 驱动程序

原MySQL驱动程序的一个简单替代品。只需将其添加为模块,并将数据库驱动设置为'MySQLi'。支持与原驱动程序相同的功能。

http://tomlankhorst.nl/mysqli-database-driver-for-kohana-3-3/

Composer

"require": {
    "tomlankhorst/kohana-3.3-mysqli": "dev-master",
}