Crate sqlb

Source

Modules§

sqlx_exec

Macros§

bindable
bindable_to_string

Structs§

DeleteSqlBuilder
Field
InsertSqlBuilder
Raw
SelectSqlBuilder
UpdateSqlBuilder

Traits§

HasFields
Implement that this struct have “fields” that can be expressed as (name, value) vector. Typically implemented with #[derive(Fields)]
SqlBuilder
SqlxBindable
Whereable

Functions§

delete
delete_all
insert
select
update
update_all

Derive Macros§

Fields