Releases: SoDaHo/pdo-wrapper
Releases · SoDaHo/pdo-wrapper
v1.0.0
v1.0.0 — Initial Release
First release of pdo-wrapper — a lightweight PHP PDO wrapper with fluent Query Builder and CRUD methods, supporting MySQL/MariaDB, PostgreSQL, and SQLite.
Works with any framework or standalone project. No dependencies beyond PDO itself, safe by default (prepared statements, identifier quoting, operator whitelist), and pairs naturally with [sodaho/env-loader](https://github.com/SoDaHo/env-loader) for .env-based configuration.
Requirements: PHP ^8.2 + PDO extension
composer require sodaho/pdo-wrapperSee the [README](https://github.com/SoDaHo/pdo-wrapper#readme) for full usage and examples.