DEV Community

Cover image for Visualizing My DB Schema and Running AI SQL Queries — Meet Evernox
Jakob Leibetseder
Jakob Leibetseder

Posted on

Visualizing My DB Schema and Running AI SQL Queries — Meet Evernox

Image description

As a developer, I’ve always loved the idea of clean database diagrams — but hated how disconnected they felt from the actual code and queries I needed to write.

So I built Evernox — a browser-based tool that lets you:

📊 Design your database visually with an intuitive ER diagram editor

🔄 Sync it with your real database (PostgreSQL, MySQL, SQLite, etc.)

💬 Write natural language queries, like:
"Get all users active in the last 48 hours" → Instant SQL

⚙️ Generate code in your favorite stack (Django, Prisma, Sequelize, etc.)

🧠 Create revision history and auto-generate migration scripts between versions

No more switching between diagrams, SQL files, and migration tools — Evernox is documentation, design, and deployment in one place.

There’s a free plan for solo devs. Would love your feedback or thoughts!

👉 Try it out: https://evernox.com

Top comments (1)

Some comments may only be visible to logged-in visitors. Sign in to view all comments.