//! Turso backend glue (SQLite-compatible, in-process).
//!
//! Mirrors the `SQLite` module layout:
//! - `config`: connection configuration and pool setup
//! - `params`: parameter conversion between middleware and Turso types
//! - `query`: result extraction and building
//! - `executor`: database operation execution
// Re-export the public API for convenience
pub use ;
pub use ;
pub use Params;
pub use TursoNonTxPreparedStatement;
pub use build_result_set;
pub use ;
pub use ;