Phluent
A dependency free lightweight fluent SQL query builder using PDO.
There are two classes:
- Query generates SQL and tracks parameter values using fluent methods.
- DB performs SQL queries using PDO.
An extension handling relationships using the Data Mapper & Entity paradigm is planned for release at a later date.
Note
Phluent uses PDO under the hood but has only been tested against MariaDB, MySQL. PostgreSQL and SQLite may be supported but are not currently tested.