<?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: skyler</title>
    <description>The latest articles on DEV Community by skyler (@t8y2).</description>
    <link>https://dev.to/t8y2</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%2F3908894%2Ff6df228f-750b-4fb8-9775-1abbf4fc7572.jpeg</url>
      <title>DEV Community: skyler</title>
      <link>https://dev.to/t8y2</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/t8y2"/>
    <language>en</language>
    <item>
      <title>DBX: An Open-Source, 15 MB Database Client for 17+ Databases (Built with Tauri)</title>
      <dc:creator>skyler</dc:creator>
      <pubDate>Sat, 02 May 2026 11:14:03 +0000</pubDate>
      <link>https://dev.to/t8y2/dbx-an-open-source-15-mb-database-client-for-17-databases-built-with-tauri-45oe</link>
      <guid>https://dev.to/t8y2/dbx-an-open-source-15-mb-database-client-for-17-databases-built-with-tauri-45oe</guid>
      <description>&lt;h2&gt;
  
  
  Why I Built DBX
&lt;/h2&gt;

&lt;p&gt;I've used many database clients — DataGrip requires a subscription, DBeaver is slow to start, TablePlus locks features behind a paywall, and most Electron-based tools ship 200+ MB installers.&lt;/p&gt;

&lt;p&gt;I wanted something &lt;strong&gt;open-source, fast, and lightweight&lt;/strong&gt; that just works. So I built DBX with &lt;a href="https://tauri.app" rel="noopener noreferrer"&gt;Tauri&lt;/a&gt; (Rust + Vue) — the installer is only &lt;strong&gt;~15 MB&lt;/strong&gt; because it uses the system's native webview instead of bundling Chromium.&lt;/p&gt;

&lt;h2&gt;
  
  
  What It Does
&lt;/h2&gt;

&lt;p&gt;DBX connects to &lt;strong&gt;17+ databases&lt;/strong&gt; with a single app:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;SQL&lt;/th&gt;
&lt;th&gt;NoSQL&lt;/th&gt;
&lt;th&gt;Analytical&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;MySQL, PostgreSQL, SQLite, MariaDB, SQL Server, Oracle&lt;/td&gt;
&lt;td&gt;Redis, MongoDB&lt;/td&gt;
&lt;td&gt;DuckDB, ClickHouse&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;TiDB, OceanBase, openGauss, Doris, StarRocks&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&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.amazonaws.com%2Fuploads%2Farticles%2Ffhnwc98y3gk4b2cafrjj.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%2Ffhnwc98y3gk4b2cafrjj.png" alt="DBX Screenshot" width="800" height="500"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Key Features
&lt;/h2&gt;

&lt;h3&gt;
  
  
  🤖 AI SQL Assistant
&lt;/h3&gt;

&lt;p&gt;Connect your Claude or OpenAI API key, then ask questions in natural language. DBX knows your schema — tables, columns, indexes, foreign keys — so it generates accurate SQL.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Generate SQL from natural language&lt;/li&gt;
&lt;li&gt;Explain, optimize, and fix broken queries&lt;/li&gt;
&lt;li&gt;One-click "Fix with AI" when a query fails&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  📊 ER Relationship Diagrams
&lt;/h3&gt;

&lt;p&gt;Right-click any database or table to generate relationship diagrams. Two modes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Table structure view&lt;/strong&gt; — column types, primary/foreign keys&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Chen-style ER diagram&lt;/strong&gt; — entities, attributes, cardinalities&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Both support zoom/drag and SVG export.&lt;/p&gt;

&lt;h3&gt;
  
  
  📁 Drag &amp;amp; Drop File Preview
&lt;/h3&gt;

&lt;p&gt;Drop a Parquet, CSV, or JSON file into DBX and instantly preview the data — powered by an embedded DuckDB engine. No import step needed.&lt;/p&gt;

&lt;h3&gt;
  
  
  ✏️ Inline Data Editing
&lt;/h3&gt;

&lt;p&gt;Edit data directly in the grid. Changes are color-coded (green = new, amber = edited, red = deleted) and batched into a single save operation.&lt;/p&gt;

&lt;h3&gt;
  
  
  🔐 Security First
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Passwords stored in system keychain (macOS Keychain / Windows Credential Manager)&lt;/li&gt;
&lt;li&gt;DROP/DELETE/TRUNCATE/ALTER require confirmation&lt;/li&gt;
&lt;li&gt;SSH tunnel support (key + password auth)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Other Highlights
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Query editor&lt;/strong&gt; — CodeMirror 6, autocomplete, syntax highlighting, SQL formatting&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Redis browser&lt;/strong&gt; — key search, all data types (String, Hash, List, Set, ZSet, Stream)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;MongoDB browser&lt;/strong&gt; — document CRUD with pagination&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Database export&lt;/strong&gt; — DDL + INSERT data to SQL file&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Dark mode&lt;/strong&gt;, &lt;strong&gt;i18n&lt;/strong&gt; (English &amp;amp; Chinese), &lt;strong&gt;auto-update&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Tech Stack
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Layer&lt;/th&gt;
&lt;th&gt;Technology&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Framework&lt;/td&gt;
&lt;td&gt;Tauri 2.0&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Backend&lt;/td&gt;
&lt;td&gt;Rust (sqlx, reqwest, keyring)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Frontend&lt;/td&gt;
&lt;td&gt;Vue 3 + TypeScript&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Editor&lt;/td&gt;
&lt;td&gt;CodeMirror 6&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;UI&lt;/td&gt;
&lt;td&gt;shadcn-vue + Tailwind CSS&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;File preview&lt;/td&gt;
&lt;td&gt;DuckDB (WASM)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;The Rust backend handles all database connections, SSH tunnels, and credential storage. The frontend communicates via Tauri's IPC — no HTTP server, no localhost ports.&lt;/p&gt;

&lt;h2&gt;
  
  
  Install
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;macOS (Homebrew):&lt;/strong&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;brew &lt;span class="nb"&gt;install&lt;/span&gt; &lt;span class="nt"&gt;--cask&lt;/span&gt; t8y2/tap/dbx
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;Windows (Scoop):&lt;/strong&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;scoop bucket add dbx https://github.com/t8y2/scoop-bucket
scoop &lt;span class="nb"&gt;install &lt;/span&gt;dbx
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Or download from &lt;a href="https://github.com/t8y2/dbx/releases" rel="noopener noreferrer"&gt;GitHub Releases&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Links
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;GitHub&lt;/strong&gt;: &lt;a href="https://github.com/t8y2/dbx" rel="noopener noreferrer"&gt;github.com/t8y2/dbx&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;License&lt;/strong&gt;: MIT&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;If you find it useful, a ⭐ on GitHub would mean a lot. I'd love to hear what databases or features you'd like to see next!&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>database</category>
      <category>rust</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
