diff --git a/README.md b/README.md index eafdf66..591a693 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,29 @@ RelSpec includes a powerful schema validation and linting tool: ## Use of AI [Rules and use of AI](./AI_USE.md) +## User Interface + +RelSpec provides an interactive terminal-based user interface for managing and editing database schemas. The UI allows you to: + +- **Browse Databases** - Navigate through your database structure with an intuitive menu system +- **Edit Schemas** - Create, modify, and organize database schemas +- **Manage Tables** - Add, update, or delete tables with full control over structure +- **Configure Columns** - Define column properties, data types, constraints, and relationships +- **Interactive Editing** - Real-time validation and feedback as you make changes + +The interface supports multiple input formats, making it easy to load, edit, and save your database definitions in various formats. + +
+
+
+
+
+
+