Docs.rs
toql-0.4.2
toql 0.4.2
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
roy-ganz
Dependencies
log ^0.4
normal
toql_core ^0.4
normal
toql_derive ^0.4
normal
toql_enum_derive ^0.4
normal
toql_field_list_parser ^0.4
normal
toql_fields_macro ^0.4
normal
toql_paths_macro ^0.4
normal
toql_query_macro ^0.4
normal
toql_query_parser ^0.4
normal
toql_role_expr_macro ^0.4
normal
toql_role_expr_parser ^0.4
normal
toql_sql_expr_macro ^0.4
normal
toql_sql_expr_parser ^0.4
normal
async-trait ^0.1
dev
pretty_assertions ^1
dev
tokio ^1
dev
tracing ^0.1
dev
tracing-test ^0.1
dev
Versions
50%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
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
toql
0.4.2
Module sql
Module Items
Structs
In crate toql
toql
Module
sql
Copy item path
Source
Expand description
A raw SQL statement.
Structs
ยง
Sql
A tuple to hold a raw SQL statement and the SQL arguments.
Sql
is the result from the
Resolver
and is ready to be sent to the database.