sqlx 0.2.5

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

pub use sqlx_core::encode::*;

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