A simple yet efficient PDO wrapper. This library is a modernized version of the original PDO Wrapper from phpdelusions.net.
- Implements a simple yet efficient PDO wrapper.
- Modernized with PHP 8 syntax and features.
- Adheres to the following PHP Standards Recommendations (PSRs):
Include the library in your project and start using the PDOWrapper classe for easier database interactions.
See tests/tests.php for example.
This library is inspired by the original PDO Wrapper from phpdelusions.net.