analyze_schema
Examine database schema to generate summaries of tables, views, and their relationships for better data organization and query management in CockroachDB.
Instructions
Analyze the schema and provide a summary of tables, views, and relationships.
Args: db_schema (str): Schema name (default: "public").
Returns: Summary and details of tables, views, and relationships.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
db_schema | No | public |