//! Profiling utilities for drizzle SQL rendering and operations
//!
//! This module provides integration with the puffin profiler to track
//! SQL rendering and database operation performance when the "profiling" feature is enabled.
/// Re-export puffin macros for convenience
pub use ;
/// Profile SQL rendering operations (append, append_raw, etc.)