//! Database configuration and types.
//!//! This module provides the core database abstractions used throughout
//! Fabrique, including connection and error type configuration, and column
//! markers for type-safe query building.
pubusefabrique_core::database::*;