/
AI
aircodelabs
/
PostgreSQL Database Query Plugin
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 16m ago · Updated 1mo ago
Details
Filter operations
post
Retrieve the schema and tables of the database
post
Execute an SQL query on the database
Execute an SQL query on the database
post
/queryAPI
Request body
object
required
url
string
required
The URL of the database.
sql
string
required
The SQL query to execute.
Response
OK
object
required
response
object
The response returned by the SQL query.
Changes