Expand description
Pre-built SQL templates for common query patterns.
Using templates avoids repeated string construction for common operations.
Functionsยง
- batch_
placeholders - Generate placeholders for a batch INSERT.
- delete_
by_ id - Generate a DELETE query template.
- insert_
returning - Generate an INSERT query template for PostgreSQL.
- select_
by_ id - Generate a simple SELECT query template.
- update_
by_ id - Generate an UPDATE query template.