sqlx-data-integration 0.1.0

Integration utilities and helpers for sqlx-data - connection pooling, executor abstractions, and SQLx integration layer
Documentation
1
2
3
4
5
6
7
#[cfg(any(feature = "sqlite", feature = "postgres", feature = "mysql"))]
mod sqlx_types;

// =============== Database Core ===============
// Database types - re-export from sqlx_types
#[cfg(any(feature = "sqlite", feature = "postgres", feature = "mysql"))]
pub use sqlx_types::database::*;