Extends the standard sql grammar.
The keyword identifier wrapper format.
Compiles a truncate query.
Compiles an insert
query, allowing for multiple
inserts using a single query statement.
If there are any "where" clauses, we need to omit any bindings that may have been associated with them.
Compiles an update
query, allowing for a return value.
Adds the returning value to the statement.
Ensures the response is returned in the same format as other clients.
PostgreSQL Grammar