Expand description
Connection abstraction shared across database backends.
Defines Connection — the single trait every backend implements.
Backends provide pool resolution, identifier quoting config, and
timeout config; default method implementations handle query execution
and SQL quoting.
Traits§
- Connection
- Unified query and quoting surface every backend tool handler uses.