//! Shared backend utilities: error types, SQL validation, identifier checking, and request types.
//!
//! Provides [`AppError`] for error handling, validation utilities, and shared
//! MCP tool request types used by all database backend implementations.
pub use AppError;
pub use ;