From your CI pipeline, create a visual database schema, editable and ready to evolve.
- Open-source database diagrams (ERD - Entity Relational Diagram) editor
- Integrates with your continuous integration pipeline
- Avoid ERD rot
- Cloud based
- Your database password remains with you!
Virelyn is based on ChartDB and distributed under the same AGPL licence. We will regularly merge back core diagramming changes.
Current supported ChartDB version is 1.11.0.
Virelyn is a powerful, web-based database diagramming editor and CI integration tool. Instantly visualize your database schema with a single "Smart Query." Customize diagrams, export SQL scripts, and access all features—no account required. Experience seamless database design here.
What it does:
-
Instant Schema Import Run a single query to instantly retrieve your database schema as JSON. This makes it incredibly fast to visualize your database schema, whether for documentation, team discussions, or simply understanding your data better.
-
AI-Powered Export for Easy Migration Our AI-driven export feature allows you to generate the DDL script in the dialect of your choice. Whether you're migrating from MySQL to PostgreSQL or from SQLite to MariaDB, Virelyn simplifies the process by providing the necessary scripts tailored to your target database.
-
Interactive Editing Fine-tune your database schema using our intuitive editor. Easily make adjustments or annotations to better visualize complex structures.
- PostgreSQL (Regular, Supabase or Timescale)
- MySQL
- SQL Server
- MariaDB
- SQLite (Regular or Cloudfare D1)
- Oracle
- CockroachDB
- ClickHouse
- Go to https://db.virelyn.com
- Click "Go to app"
- Choose the database that you are using.
- Take the magic query and run it in your database.
- Copy and paste the resulting JSON set into Virelyn.
- Enjoy Viewing & Editing!
Use the cloud version or deploy locally:
npm install
npm run devnpm install
npm run build