sqlx 0.2.5

🧰 The Rust SQL Toolkit.
Documentation
1
2
3
4
5
6
//! Types and traits for decoding values from the database.

pub use sqlx_core::decode::*;

#[cfg(feature = "macros")]
pub use sqlx_macros::Decode;