Module qb
Source pub use condition::Condition;
- condition
- Column
- Represents a database column in a type-safe way.
- JoinSpec
- Specification for joining a related table.
- OrderBySpec
- 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