An open API service indexing awesome lists of open source software.

https://github.com/tinodidriksen/pdo

PDO MySQL/MariaDB/PostgreSQL/SQLite wrapper adding nested transactions and sane defaults
https://github.com/tinodidriksen/pdo

mariadb mysql pdo php postgresql sqlite

Last synced: about 1 month ago
JSON representation

PDO MySQL/MariaDB/PostgreSQL/SQLite wrapper adding nested transactions and sane defaults

Awesome Lists containing this project

README

        

# TDC/PDO
PDO MySQL/MariaDB/PostgreSQL/SQLite wrapper adding nested transactions and sane defaults

### Installation
Use [Composer](https://getcomposer.org/)

```json
"require": {
"tdc/pdo": "^1.2.0"
}
```