db_get_schema
Retrieve the complete database schema for PostgreSQL or MySQL, listing all tables, views, columns, data types, and constraints. Filter by schema name to inspect specific structures.
Instructions
Get the full database schema including all tables, views, and their columns with data types and constraints.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schemaName | No | Filter by specific schema name (e.g., public for PostgreSQL) |