Module qb

Module qb 

Source

Modules§

condition

Structs§

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.

Enums§

JoinType
Join type for related tables.

Traits§

BindValue

Functions§

with_quotes
Quote identifiers appropriately for the target database Both PostgreSQL and SQLite support double quotes for identifiers