tomlankhorst / kohana-3.3-mysqli
Kohana 3.3 MySQLi driver.
Installs: 1 373
Dependents: 0
Suggesters: 0
Security: 0
Stars: 46
Watchers: 10
Forks: 24
Open Issues: 1
Type:kohana-module
Requires
- kohana/database: v3.3.1
This package is auto-updated.
Last update: 2024-11-11 00:41:40 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",
}