This package can be used to compose common MySQL queries from parameters. It is a set of classes that can compose queries to run on MySQL from a list of parameters that define tables, fields, field values and conditions. There are separate classes for composing queries of type: SELECT, INSERT, UPDATE and DELETE.