Expand description
Connection abstraction shared across database backends.
Defines Connection — the single trait every backend implements.
Backends provide pool resolution and timeout config; default method
implementations handle query execution.
Traits§
- Connection
- Unified query surface every backend tool handler uses.
- Into
Safe Query - Splits a query into its SQL text and bound arguments for safe execution.