Changelog

What's new

Feature releases, improvements, and bug fixes.

0.9.0February 20, 2026

Public Beta Launch

added
  • Visual diagram editor with drag-and-drop tables and relationships
  • 6 view modes: Standard, Compact, Keys Only, Description, Color-Coded, Minimal
  • 4 auto-layout algorithms: Force-Directed, Hierarchical, Grid, Circular
  • Forward engineering: Export to 12+ formats (SQL DDL, Prisma, Drizzle, TypeScript, JSON Schema, SQLAlchemy)
  • Reverse engineering: Import SQL and Prisma schemas
  • Revisions with auto-save, milestones, and drafts
  • Migration generation: Compare revisions and generate ALTER statements
  • Real-time validation: Reserved keywords, naming conflicts, DBMS-specific rules
  • Team collaboration: Organizations, teams, roles (Admin, Editor, Viewer)
  • Project locking and audit logging
  • Dark and light themes
0.8.0February 10, 2026

Pre-release: Collaboration

added
  • Organization management with team invitations
  • Role-based access control (Admin, Editor, Viewer)
  • Project locking to prevent unintended edits
  • Full audit logging for all actions
changed
  • Improved canvas performance for large schemas (100+ tables)
0.7.0January 28, 2026

Pre-release: Migrations

added
  • Migration generation between any two revisions
  • Visual diff: side-by-side comparison of revisions
  • Drafts: experimental branches for schema changes
fixed
  • Fixed column ordering after drag-and-drop
  • Fixed export encoding for special characters
0.6.0January 15, 2026

Pre-release: Export Formats

added
  • Prisma Schema export
  • Drizzle ORM export
  • SQLAlchemy export
  • JSON Schema export
  • TypeScript type definitions export
changed
  • Redesigned export panel with syntax highlighting