database-mcp-sql 0.6.0

SQL validation and identifier utilities for database-mcp
Documentation
1
2
3
4
5
6
7
8
//! SQL validation and identifier utilities for database backends.
//!
//! Provides [`identifier`] helpers for quoting and validating SQL
//! identifiers, and [`validation`] for read-only query enforcement.

pub mod identifier;
pub mod timeout;
pub mod validation;