dvdoug / DB

PDO-like DB access, plus helper methods

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DB

Build Status Scrutinizer Code Quality Download count Current version

PDO-like DB access, plus helper methods. PDO is a nice idea, but has too many driver bugs and inconsistencies to be used as-is without a wrapper. Interfaces are designed with a PDO implementation in mind, but non-PDO implementations are allowed for in cases where drivers don't exist or are simply too buggy.

Requirements

  • For schema conversions, minimum MySQL version is 5.6

License

DB is MIT-licensed.

About

PDO-like DB access, plus helper methods

License:MIT License


Languages

Language:PHP 100.0%