mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-12-30 05:11:13 +00:00
7 lines
135 B
Rust
7 lines
135 B
Rust
//! Traits linking Rust types to SQL types.
|
|
|
|
pub use sqlx_core::types::*;
|
|
|
|
#[cfg(feature = "macros")]
|
|
pub use sqlx_macros::HasSqlType;
|