//! SpireSQL Library
//!
//! This crate provides the comprehensive interface for SpireDB, enabling SQL querying, real-time
//! streaming, vector search, and more. It is designed to be used both as a standalone server and
//! as a library for programmatic access to SpireDB's unified capabilities.
//!
//! # Modules
//!
//! - [`sql`] - SQL execution infrastructure (context, DDL, DML, distributed execution)
//! - [`stream`] - Kafka-like streaming API (Producer, Consumer, CDC)