dvdoug / db
PDO-like DB access, plus helper methods
Fund package maintenance!
dvdoug
Requires
- php: ^7.1
- ext-pdo: *
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.16.4
- phpunit/phpunit: ^7.5.20||^8.5.8||^9.3.5
This package is auto-updated.
Last update: 2022-03-02 13:03:07 UTC
README
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.