Skip to content

Latest commit

 

History

History

README.md

DASE — Design-Aided Software Engineering

Visual design environment for modeling and generating multi-tier, multi-platform, multi-database, and multi-paradigm web applications.

Overview

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.

Features

  • 🎨 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 .dsorm files

Quick Start

  1. Create a new file with .dsorm extension
  2. The ORM Designer opens automatically
  3. Right-click to add tables and references
  4. Save to persist your model

Documentation

For complete documentation, development guides, and contribution instructions, see the main repository README.

License

MIT License — See LICENSE for details.


Built entirely through AI-driven development with GitHub Copilot