* Add modifiers to delete builder * Update golden file tests * Add startAt to whereClause
* Update whereClause builder to support Or and parentheses * ? placeholders are now used instead of $1, $2 etc for where clauses. * Update the whereClause test to add more tests and fix broken ones. * Fix broken golden test files.
* Add fixture tests/golden files
* Finish DeleteAll for slice and query * Fixed some formatting and comments