🔗 Add Foreign Key and Constraint Management #4

Open
opened 2025-10-10 09:06:17 +02:00 by jack · 0 comments
Owner

🎯 Feature Request

Description

Add tools for managing foreign keys and constraints.

Proposed Tools

  • list_foreign_keys - List all foreign key relationships
  • create_foreign_key - Add foreign key constraint
  • drop_foreign_key - Remove foreign key
  • list_constraints - List all constraints (CHECK, UNIQUE, etc.)
  • validate_constraints - Check constraint violations

Benefits

  • Better data integrity management
  • Relationship visualization
  • Migration support

🤖 Generated with Claude Code

## 🎯 Feature Request ### Description Add tools for managing foreign keys and constraints. ### Proposed Tools - `list_foreign_keys` - List all foreign key relationships - `create_foreign_key` - Add foreign key constraint - `drop_foreign_key` - Remove foreign key - `list_constraints` - List all constraints (CHECK, UNIQUE, etc.) - `validate_constraints` - Check constraint violations ### Benefits - Better data integrity management - Relationship visualization - Migration support 🤖 Generated with [Claude Code](https://claude.com/claude-code)
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
customable-mcp/db-mcp#4
No description provided.