This package is abandoned and no longer maintained. No replacement package was suggested.

PDO-like DB access, plus helper methods

Fund package maintenance!
dvdoug

0.4 2020-08-14 20:40 UTC

This package is auto-updated.

Last update: 2022-03-02 13:03:07 UTC


README

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.