get-schema
Retrieve PostgreSQL database schema details, including tables, columns, data types, and optional constraints, to analyze and understand the database structure efficiently.
Instructions
Get database schema information including tables, columns, data types, and optionally constraints. Useful for understanding database structure.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
include_columns | No | ||
include_constraints | No | ||
schema_name | No | public | |
table_pattern | No |