//! SQLite type definitions
//!
//! This module provides type definitions for SQLite including:
//!
//! - [`SQLiteType`] - SQLite column storage types
//! - [`TypeCategory`] - Rust type classification for SQLite mapping
//! - [`SQLTypeCategory`] - SQL type affinity categories for parsing
pub use SQLiteType;
pub use ;