Databases: SQL String Generator Minnur Yunusov (contact me)
This class can be used to generate SQL query strings from a list of parameters.
It can generate SQL SELECT, INSERT, UPDATE and DELETE queries with a given table name, arrays of fields and the respective values, and additional clauses to add at the end of the query.