Skip to content

Latest commit

Β 

History

History
35 lines (22 loc) Β· 1.21 KB

File metadata and controls

35 lines (22 loc) Β· 1.21 KB

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