<- Adapters

PostgreSQL

experimentaldata

Governed PostgreSQL query, mutation, and schema introspection

pip install chp-adapter-postgres

Auto-discovered through the chp.adapters entry point — no host config needed.

Capabilities

What this adapter exposes.

describe_tablev1.0.0

Describe a table

chp.adapters.postgres.describe_table
executev1.0.0

Run a writing SQL statement (INSERT/UPDATE/DELETE/DDL). High risk.

chp.adapters.postgres.execute
list_tablesv1.0.0

List tables in a schema (default public).

chp.adapters.postgres.list_tables
queryv1.0.0

Run a read-only SQL query (SELECT/WITH/EXPLAIN/SHOW). Rejects writes.

chp.adapters.postgres.query
See the full capability catalog →