Multi-Language
Metadata

Schema Inspector & Metadata — Multi-Language Reference

Inspect PostgreSQL relational structures, foreign keys, indexes, and stored functions.

Retrieve full relational metadata and schema trees programmatically.

Relational Schema Tree

GET /schema
curl -H "Authorization: Bearer oq_live_..." https://db.echo.oqens.me/api/dbaas/v2/projects/production-app/schema

Index Statistics

GET /indexes
curl -H "Authorization: Bearer oq_live_..." https://db.echo.oqens.me/api/dbaas/v2/projects/production-app/indexes
Copied