Module qb

Module qb 

Source

Re-exports§

pub use condition::Condition;

Modules§

condition

Structs§

Column
Represents a database column in a type-safe way.
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