Visual design environment for modeling and generating multi-tier, multi-platform, multi-database, and multi-paradigm web applications.
DASE is a VS Code extension that provides visual designers for software modeling. The current phase implements the ORM Designer for creating Entity-Relationship models using .dsorm files.
- 🎨 Visual ORM Designer — Design entity-relationship models visually
- 📊 Context Menu Driven — All interactions via context menus
- ✅ Real-time Validation — Instant feedback on model issues
- 💾 XML Persistence — Models stored as
.dsormfiles
- Create a new file with
.dsormextension - The ORM Designer opens automatically
- Right-click to add tables and references
- Save to persist your model
For complete documentation, development guides, and contribution instructions, see the main repository README.
MIT License — See LICENSE for details.
Built entirely through AI-driven development with GitHub Copilot