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