News

Simple mysql query builder to build select, insert, update and delete queries with conditional parts. This library was initially not intended to build prepared statements, but this is also possible.
This is a driver-agnostic SQL query builder with advanced SQL language features. Per default, it generates (almost) SQL standard compliant queries, almost because some SQL features are simply not ...