Get Started
PostgreSQL
PostgreSQL agent to list tables and execute read-only SQL queries on database
Database & Storage
Available Tools(2)
listTables
List all tables in the PostgreSQL database specified in the connection URI
execute
Execute a read operation on a PostgreSQL database. Note: Only read operations are allowed (SELECT, SHOW, EXPLAIN, WITH)
PostgreSQL