Docs.rs
pinto-0.6.1
pinto 0.6.1
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
jacobbudin
Dependencies
Versions
83.78%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module query_builder
pinto
0.6.1
Module query_
builder
Module Items
Structs
Enums
Functions
In crate pinto
pinto
Module
query_
builder
Copy item path
Source
Expand description
A module to create SQL-based queries programmatically.
Structs
§
Delete
DELETE
Insert
INSERT
Select
SELECT
Update
UPDATE
Enums
§
Join
The type of
JOIN
to perform
Order
The direction of an
ORDER
clause’s expression
Functions
§
delete
Helper function to construct new
DELETE
query builder
insert
Helper function to construct new
INSERT
query builder
select
Helper function to construct new
SELECT
query builder
update
Helper function to construct new
UPDATE
query builder