tomlankhorst/kohana-3.3-mysqli

Kohana 3.3 MySQLi driver.

Installs: 1 431

Dependents: 0

Suggesters: 0

Security: 0

Stars: 46

Watchers: 9

Forks: 24

Open Issues: 1

Type:kohana-module

pkg:composer/tomlankhorst/kohana-3.3-mysqli

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

This package is auto-updated.

Last update: 2025-09-11 02:31:19 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",
}