Small PHP single class utility with no dependencies to build queries faster and safer.
The main goals are:
- Keep it simple and small, this won't grow into an ORM!
- Target repetitive tasks like inserts and updates from arrays.
- Prevent common mistakes and SQL injections.