Crate drizzle_core

Crate drizzle_core 

Source

Re-exports§

pub use conversions::ToSQL;
pub use params::OwnedParam;
pub use params::Param;
pub use params::ParamBind;
pub use params::Placeholder;
pub use params::PlaceholderStyle;
pub use params::placeholders;
pub use schema::OrderBy;
pub use schema::SQLSchemaType;
pub use sql::OwnedSQL;
pub use sql::OwnedSQLChunk;
pub use sql::SQL;
pub use sql::SQLChunk;
pub use traits::*;

Modules§

conversions
error
expressions
helpers
params
prepared
schema
sql
traits

Macros§

alias
Creates an aliased table that can be used in joins and queries Usage: alias!(User, “u”) creates an alias of the User table with alias “u”