<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Jakob Leibetseder</title>
    <description>The latest articles on DEV Community by Jakob Leibetseder (@maidmor).</description>
    <link>https://dev.to/maidmor</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3270924%2F57a241a3-abcf-48c5-8433-b7aec97a3285.png</url>
      <title>DEV Community: Jakob Leibetseder</title>
      <link>https://dev.to/maidmor</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/maidmor"/>
    <language>en</language>
    <item>
      <title>Visualizing My DB Schema and Running AI SQL Queries — Meet Evernox</title>
      <dc:creator>Jakob Leibetseder</dc:creator>
      <pubDate>Tue, 17 Jun 2025 14:16:06 +0000</pubDate>
      <link>https://dev.to/maidmor/visualizing-my-db-schema-and-running-ai-sql-queries-meet-evernox-1hn4</link>
      <guid>https://dev.to/maidmor/visualizing-my-db-schema-and-running-ai-sql-queries-meet-evernox-1hn4</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F0o4frhcf8w5mav779etl.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F0o4frhcf8w5mav779etl.png" alt="Image description" width="800" height="395"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;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.&lt;/p&gt;

&lt;p&gt;So I built Evernox — a browser-based tool that lets you:&lt;/p&gt;

&lt;p&gt;📊 Design your database visually with an intuitive ER diagram editor&lt;/p&gt;

&lt;p&gt;🔄 Sync it with your real database (PostgreSQL, MySQL, SQLite, etc.)&lt;/p&gt;

&lt;p&gt;💬 Write natural language queries, like:&lt;br&gt;
"Get all users active in the last 48 hours" → Instant SQL&lt;/p&gt;

&lt;p&gt;⚙️ Generate code in your favorite stack (Django, Prisma, Sequelize, etc.)&lt;/p&gt;

&lt;p&gt;🧠 Create revision history and auto-generate migration scripts between versions&lt;/p&gt;

&lt;p&gt;No more switching between diagrams, SQL files, and migration tools — Evernox is documentation, design, and deployment in one place.&lt;/p&gt;

&lt;p&gt;There’s a free plan for solo devs. Would love your feedback or thoughts!&lt;/p&gt;

&lt;p&gt;👉 Try it out: &lt;a href="https://evernox.com" rel="noopener noreferrer"&gt;https://evernox.com&lt;/a&gt;&lt;/p&gt;

</description>
      <category>database</category>
      <category>vibecoding</category>
      <category>programming</category>
      <category>ai</category>
    </item>
  </channel>
</rss>
