tools.postgres_tools module
PostgreSQL connectivity tools.
Provides named connection management with per-user isolation, query, execute, and schema introspection operations over remote PostgreSQL instances.
Requires asyncpg (pip install asyncpg).