PostgreSQL
experimentaldataGoverned PostgreSQL query, mutation, and schema introspection
pip install chp-adapter-postgresAuto-discovered through the chp.adapters entry point — no host config needed.
Capabilities
What this adapter exposes.
describe_tablev1.0.0Describe a table
chp.adapters.postgres.describe_tableexecutev1.0.0Run a writing SQL statement (INSERT/UPDATE/DELETE/DDL). High risk.
chp.adapters.postgres.executelist_tablesv1.0.0List tables in a schema (default public).
chp.adapters.postgres.list_tablesqueryv1.0.0Run a read-only SQL query (SELECT/WITH/EXPLAIN/SHOW). Rejects writes.
chp.adapters.postgres.query