Description
Implements PostgreSQL-style meta-commands for Python database clients. It helps tools such as interactive SQL shells understand commands for listing tables, showing schemas, and inspecting database objects.
It does not run a database server. The commands it enables can reveal database structure, so use it with the same access controls expected for the connected PostgreSQL account.