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
- Host: GitHub
- URL: https://github.com/tinodidriksen/pdo
- Owner: TinoDidriksen
- License: cc0-1.0
- Created: 2016-07-18T10:40:57.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2022-11-16T12:55:55.000Z (over 2 years ago)
- Last Synced: 2025-02-23T01:04:00.157Z (2 months ago)
- Topics: mariadb, mysql, pdo, php, postgresql, sqlite
- Language: PHP
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
}
```