<?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: Jan Vorisek</title>
    <description>The latest articles on DEV Community by Jan Vorisek (@janvorisek).</description>
    <link>https://dev.to/janvorisek</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4139615%2F3e0ca084-e676-43f8-ad53-5770765183d7.jpg</url>
      <title>DEV Community: Jan Vorisek</title>
      <link>https://dev.to/janvorisek</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/janvorisek"/>
    <language>en</language>
    <item>
      <title>I built a free database client with a modern UI for Postgres, MySQL, MariaDB and SQLite</title>
      <dc:creator>Jan Vorisek</dc:creator>
      <pubDate>Fri, 25 Sep 2026 10:28:14 +0000</pubDate>
      <link>https://dev.to/janvorisek/i-built-a-free-database-client-with-a-modern-ui-for-postgres-mysql-mariadb-and-sqlite-3hic</link>
      <guid>https://dev.to/janvorisek/i-built-a-free-database-client-with-a-modern-ui-for-postgres-mysql-mariadb-and-sqlite-3hic</guid>
      <description>&lt;p&gt;I maintain tens of applications with real user data. Every few days something needs a human: check what a row says, fix a bad value, clear a stuck record. Thirty seconds of real work, a few times a week.&lt;/p&gt;

&lt;p&gt;I've used DBeaver for years and it's a serious tool — it's just built for a bigger job than the one I keep doing. The commercial clients are nicer and cost hundreds a year per seat to edit data on machines I already pay for. So I built the narrow version I wanted.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;DBison&lt;/strong&gt; is a desktop client for PostgreSQL, MySQL, MariaDB and SQLite.&lt;br&gt;
Windows, macOS, Linux.&lt;/p&gt;

&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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F54oz1qltalxdvdm8kqtr.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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F54oz1qltalxdvdm8kqtr.png" alt="DBison welcome screen" width="800" height="443"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;What you get:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;A grid that edits in place.&lt;/strong&gt; Changes stage up, save in one transaction,
and show you the exact SQL before they run.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;A read-only connection mark that holds.&lt;/strong&gt; It's enforced below the UI, so a
bug or a mispaste can't get around it. DELETE or UPDATE with no WHERE stops
and asks. Each connection has its own colour.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;An editor that knows your schema&lt;/strong&gt; — completion from live metadata,
foreign-key-aware JOIN suggestions, run-statement-at-cursor, visual EXPLAIN.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;A UI from this decade&lt;/strong&gt; — dockable tabs and splits that survive a restart,
command palette, keyboard-driven explorer, no wizards, light and dark.&lt;/li&gt;
&lt;li&gt;CSV import with column mapping, streamed exports, SSH tunnels, SSL,
passwords in the OS keychain.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It's free and it stays free: no tiers, no seat limits, no feature gates.&lt;br&gt;
Donations are the whole business model. No accounts, no telemetry, no&lt;br&gt;
analytics — apart from your databases, the only thing it talks to is the&lt;br&gt;
update check. Open sourced on &lt;a href="https://github.com/DBisonApp/dbison/" rel="noopener noreferrer"&gt;Github&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Windows builds aren't code-signed yet, so SmartScreen will warn on first run.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://dbison.app" rel="noopener noreferrer"&gt;Download DBison&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Tell me what breaks.&lt;/p&gt;

</description>
      <category>database</category>
      <category>electron</category>
      <category>vue</category>
      <category>postgres</category>
    </item>
  </channel>
</rss>
