Docs.rs
mydb-sqlx-0.0.2
mydb-sqlx 0.0.2
Docs.rs crate page
MIT
OR
Apache-2.0
Links
crates.io
Source
Owners
VisualThePC
Dependencies
mysql ^20.0.2
normal
serde ^1.0
normal
serde_derive ^1.0
normal
serde_json ^1.0
normal
serde_urlencoded ^0.7.1
normal
sqlx ^0.5.13
normal
sqlx-core ^0.5.13
normal
Versions
0%
of the crate is documented
Platform
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
Files
mydb_sqlx/conditions/
mod.rs
1
pub mod
pagination;
2
pub mod
query;
3
4
pub use
pagination::
*
;
5
pub use
query::
*
;