Re-exports§
pub use condition::Condition;
Modules§
Structs§
- Column
- Represents a database column in a type-safe way.
- Join
Spec - Specification for joining a related table.
- QB
- Query builder for composing SELECT statements with optional joins and filters.
- Table
Info - Static information about a table used to build queries.
Enums§
- Join
Type - Join type for related tables.
Traits§
Functions§
- with_
quotes - Quote identifiers appropriately for the target database Both PostgreSQL and SQLite support double quotes for identifiers