dbmcp-sql 0.10.3

SQL validation and identifier utilities for dbmcp
Documentation

SQL sanitization, validation, and connection utilities.

Provides [sanitize] helpers for quoting SQL identifiers, [validation] for read-only query enforcement, [pagination] for rewriting SELECT statements with a server-controlled LIMIT / OFFSET, [timeout] for query-level timeout wrapping, and the [connection] trait shared by every backend.