<?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: Eric Blanchette</title>
    <description>The latest articles on DEV Community by Eric Blanchette (@kilt_dev).</description>
    <link>https://dev.to/kilt_dev</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%2F3963476%2Face765aa-1dfd-41ac-8e55-d13958b92032.png</url>
      <title>DEV Community: Eric Blanchette</title>
      <link>https://dev.to/kilt_dev</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kilt_dev"/>
    <language>en</language>
    <item>
      <title>I Hated Working With SQL So I Built My Own MySQL GUI</title>
      <dc:creator>Eric Blanchette</dc:creator>
      <pubDate>Mon, 01 Jun 2026 22:57:00 +0000</pubDate>
      <link>https://dev.to/kilt_dev/i-hated-working-with-sql-so-i-built-my-own-mysql-gui-3hm6</link>
      <guid>https://dev.to/kilt_dev/i-hated-working-with-sql-so-i-built-my-own-mysql-gui-3hm6</guid>
      <description>&lt;p&gt;SQL was always a pain for me. Not the concepts, the actual day to day work. Switching between tools, writing the same boilerplate, trying to visualize schemas in my head. It slowed me down constantly.&lt;br&gt;
So I spent 2 months building something better.&lt;/p&gt;

&lt;p&gt;What It Does&lt;br&gt;
Free My Query is a desktop MySQL GUI for Windows.&lt;/p&gt;

&lt;p&gt;ER diagrams: connect to a schema and see your tables and relationships laid out visually. Clickable, live, no setup.&lt;br&gt;
No-code SQL: insert, update, delete, query through the GUI. No writing SQL by hand.&lt;br&gt;
Java code generation: point it at your user table, get Java login and authentication functions back. Done.&lt;br&gt;
SSH tunneling (coming in newer version): connect to remote MySQL instances. It just works.&lt;/p&gt;

&lt;p&gt;Why I Built It&lt;br&gt;
Workbench is bloated. DBeaver is fine but it's not built around how I work. I wanted one tool that handled everything without getting in the way.&lt;br&gt;
Two months later, here it is. It's free.&lt;br&gt;
&lt;/p&gt;
&lt;div class="crayons-card c-embed text-styles text-styles--secondary"&gt;
    &lt;div class="c-embed__content"&gt;
      &lt;div class="c-embed__body flex items-center justify-between"&gt;
        &lt;a href="https://freemyquery.com/" rel="noopener noreferrer" class="c-link fw-bold flex items-center"&gt;
          &lt;span class="mr-2"&gt;freemyquery.com&lt;/span&gt;
          

        &lt;/a&gt;
      &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;


</description>
      <category>backend</category>
      <category>mysql</category>
    </item>
  </channel>
</rss>
