tomlankhorst / kohana-3.3-mysqli
Kohana 3.3 MySQLi driver.
Package info
github.com/tomlankhorst/kohana-3.3-mysqli
Type:kohana-module
pkg:composer/tomlankhorst/kohana-3.3-mysqli
dev-master
2015-05-26 10:01 UTC
Requires
- kohana/database: v3.3.1
This package is auto-updated.
Last update: 2026-03-11 03:44:41 UTC
README
Kohana 3.3 MySQLi driver
A simple substitution for the original MySQL driver. Just add as a module and set database driver to 'MySQLi'. Supports same functionality as the original driver.
http://tomlankhorst.nl/mysqli-database-driver-for-kohana-3-3/
Composer
"require": {
"tomlankhorst/kohana-3.3-mysqli": "dev-master",
}