/
AI
aircodelabs
/
PostgreSQL Database Query Plugin
Search skmtc…
⌘K
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
v1
latest
OpenAPI 3.0.1
2026-07-17
2
0
2.9 KB
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.
All 2 operations
post
Retrieve the schema and tables of the database
post
Execute an SQL query on the database