//! DevSQL - Unified SQL queries across developer-local data
//!
//! This crate combines AI coding history, Git, source code, and shell history
//! in a unified query interface.
pub use UnifiedEngine;
pub use Error;
/// Result type for devsql operations
pub type Result<T> = Result;