tgcSqlBuilder

Object-oriented API that allows to dynamically build SQL queries

tgcSqlBuilder allows you to build SQL-statements using an object-oriented interface instead of many string-concatenations. You can simply build your queries with methods like addWhere(), setLimit() or others.

Links: