VibeHunt
Back to browse

SQLEditor

SQL database design tool

Visit

The application provides a graphical interface for designing and editing SQL database schemas. Users can add tables, columns, indexes, and foreign keys with mouse clicks, zooming to view the entire structure or detailed objects while keeping all elements editable. An inspector panel offers object‑specific options and permits simultaneous editing of multiple objects.

It can import existing databases, SQL files, Ruby on Rails migration files, and, experimentally, Django schemas, then display a diagram that can be modified and exported back to the source. A diff sidebar shows changes made in the current session or compared against another file, and all actions are logged for preview before applying updates. Export targets include MySQL, SQLite, PostgreSQL, Oracle, and custom dialects via a JavaScript‑based plugin system.

The tool also generates documentation and visual reports, exporting diagrams as PDF, PNG, or HTML, and allows custom report generation through JavaScript plugins. It supports round‑tripping of SQL snippets via the clipboard, facilitating quick creation, editing, and reuse of database objects across other development tools.

Reviews

Sign in to leave a review.

Loading reviews…

Similar apps