Module qb
Source - condition
- Column
- Represents a database column in a type-safe way.
- Condition
- Represents a SQL condition fragment with its associated bound values.
- JoinSpec
- Specification for joining a related table.
- QB
- Query builder for composing SELECT statements with optional joins and filters.
- TableInfo
- Static information about a table used to build queries.
- JoinType
- Join type for related tables.
- BindValue
- with_quotes
- Quote identifiers appropriately for the target database
Both PostgreSQL and SQLite support double quotes for identifiers