tabularis
/blog/#community

36 posts tagged with #community

Aug 10, 2026, 11:0012 min readRelease v0.19.0#release

v0.19.0: Connections That Know They're Production, Columns That Keep Secrets, and Tables Without a Primary Key You Can Finally Edit

v0.19.0 adds colored tags and environment classification with a production write guard, masks sensitive columns in the results grid, makes tables without a primary key editable, closes the plugin driver feature gap with BLOB and materialized-view forwarding plus plugin-owned connection fields, validates plugin archives before they can touch an existing install, and stops bundling libwayland in the Linux AppImage.

Read article

More in #community

Installing Tabularis from the AUR, the Careful Way

After the malware wave that hit 200+ AUR packages, the Arch team temporarily disabled package adoption. Our tabularis-bin package is unaffected and still on the AUR, but a few of you asked how to install without going through an AUR helper. Here's how to build straight from our GitHub repo — and what to check in any PKGBUILD before you run it.

Release v0.18.0

v0.18.0: Users and Privileges, a Connection Test That Tells You Where It Failed, and a Data Grid You Can Actually Select

v0.18.0 adds MySQL/MariaDB user and privilege management, rebuilds the connection modal around a real SSH test with classified errors and a step-by-step diagnostics log, lets a connection browse every database without picking any, gives the data grid keyboard navigation and honest copy scopes, exports the ER diagram as Mermaid or DBML, and teaches PostgreSQL to edit hstore and render expression indexes.

Release v0.17.0

v0.17.0: Visual EXPLAIN That Points at the Problem, a Row Editor That Follows You, and SQL That Formats Itself

v0.17.0 rebuilds Visual EXPLAIN around exclusive metrics, per-node findings and two new views, replaces the row-editor overlay with a selection-following right sidebar, adds SQL formatting with configurable style, clause-aware autocomplete, an opt-in nightly update channel, pgvector support for PostgreSQL, live reaction to DROP DATABASE, and a Brazilian Portuguese translation.

Release v0.16.0

v0.16.0: A Hosted Plugin Registry, Kubernetes Your Way, and Backups That Encrypt Themselves

v0.16.0 gives the plugin ecosystem real infrastructure: a hosted registry at registry.tabularis.dev, a searchable driver catalogue inside New Connection, and one-click deep-link installs — plus kubectl/kubeconfig overrides for Kubernetes tunnels, automatic encrypted connection backups to a folder or WebDAV, run-statement-at-cursor in the editor, AWS RDS IAM authentication for MySQL, and Elasticsearch and Cloudflare D1 drivers.

Release v0.15.0

v0.15.0: Bring Your Connections With You — Imports, Nested Groups, and Encrypted Exports

v0.15.0 is the connections release: import saved connections from DBeaver, Beekeeper Studio, TablePlus, DataGrip and Sequel Ace, organize them in nested folders, act on many at once, and export them encrypted — plus ENUM dropdown editing on MySQL and PostgreSQL, an MCP safety fix for EXPLAIN ANALYZE, and Windows that finally stops flashing console windows.

Tabularis Joins the SignPath.io Open Source Program

Tabularis has been accepted into the SignPath.io open source program: a free code signing certificate from the SignPath Foundation for our Windows releases. Over the next few weeks we'll wire signing into the release pipeline — and then the days of telling users to click 'More info → Run anyway' are over.

Release v0.14.0

v0.14.0: Stored Routines, Windows of Their Own, and a Guard Against the Unrecoverable

v0.14.0 opens the 0.14 line: manage stored procedures and functions from the sidebar, pop a connection into its own window, browse PostgreSQL materialized views, and get a confirmation dialog before a DELETE without a WHERE — plus typo-tolerant fuzzy search everywhere and a stack of Postgres/MySQL correctness fixes.

Tabularis Joins the JetBrains Open Source Program

JetBrains accepted Tabularis into its Open Source Support program and handed the maintainers a free All Products Pack — which means the editor we write Tabularis in is now, technically, invested in Tabularis existing.

Release v0.13.4

v0.13.4: Unlock Everything — Hardware Keys, Free-Floating Results, and a Sharper Editor

v0.13.4 teaches SSH to prompt — unlock a hardware security key or a passphrase from an in-app dialog — pops query results out into their own window, overhauls SQL autocomplete, and lands three new community drivers (MongoDB, Cloudflare D1, Dameng) alongside a wave of correctness fixes.

Release v0.13.3

v0.13.3: Color Your Results, Theme Your Tabs, and Pick Up Where You Left Off

v0.13.3 is a personalization release: color query results by data type, dress the editor in a new Gruvbox theme, tint the tab bar with each connection's color, reopen the connections you had last session, and toggle CSV headers when you copy — plus a community Informix driver, driver-aware Kubernetes ports, and louder MCP approval alerts.

Translating Tabularis, the Right Way: Why We Chose Tolgee

Tabularis ships in 8 languages, but contributing a translation has meant editing raw JSON in a Git diff with no idea where the string lived. We've picked Tolgee to change that: open source, self-hostable, context-rich translating. Tolgee is also backing the project while we do it. Here's the honest why, and what's coming: community translations from the web, delivered over the air, with in-app translating as the long-term goal.

Tabularis Joins the Vercel Open Source Program

Tabularis has been accepted into Vercel's Open Source Program for the Spring 2026 cohort. Twelve months of support for the site you're reading right now — which is open source, built with Next.js, and about to get a lot better.

Release v0.13.2

v0.13.2: Notebooks You Can Manage, Query Progress in Real Time, and a Grid That Scrolls

v0.13.2 turns notebooks into a managed, per-connection workspace with undo and a visual history, streams query progress live while a batch runs, makes wide-table scrolling fluid again, teaches autocomplete to read your clauses across databases, and corrects the numbers in Visual EXPLAIN.

We Vibe-Coded a Database-Themed Platformer

We gave Fable 5 a single day and accidentally shipped a browser platformer themed entirely around Tabularis — three database worlds, boss mascots, hidden plugins. It's free, it's open source, and we're not game developers. If you are, let's build new worlds together.

Release v0.13.1

v0.13.1: Signed macOS Builds, a Postgres Explain That Finally Runs, and Pagination That Honors Your OFFSET

v0.13.1 is a correctness pass on v0.13.0: macOS builds are now code-signed and notarized, the Postgres Explain Plan that never worked now runs, paginated queries stop dropping your OFFSET, postgresql:// and mariadb:// connection strings are accepted, the MCP read-only gate stops misreading a parenthesized SELECT as a write, the grid no longer freezes on giant JSON cells, and the macOS Keychain stops prompting on every AI-tab open.

Tabularis Wins a SourceForge Rising Star Award

SourceForge has recognized Tabularis with a Rising Star award — given to a select group of projects out of more than 500,000 for the downloads and engagement they've earned from the community. We're honored, and it belongs to all of you.

Release v0.13.0

v0.13.0: Kubernetes Tunnels, a Quick Navigator, and MCP That Reaches Your Plugins

v0.13.0 adds first-class Kubernetes port-forward tunnels alongside SSH, a Cmd+P Quick Navigator for jumping to any table in any database, MCP access to plugin-driven connections, a closed multi-statement bypass in the MCP safety gates, Codex as an MCP install target, DML tabs in Generate SQL, a configurable display timezone, self-healing query history, and MySQL SSL modes that are actually honored.

Release v0.12.0

v0.12.0: Per-Connection Appearance, Related Records, and a SQL Splitter We Own

v0.12.0 lets you paint each connection with its own accent color and icon, peek at the row behind any foreign key without leaving the grid, ship a first-party SQL splitter with per-driver dialects, make queries feel snappier, fix BIGINT precision on large IDs, align PostgreSQL TLS with libpq, add Russian, and clean up a long tail of editor and grid papercuts.

Tabularis Is Now Backed by DigitalOcean

DigitalOcean has welcomed Tabularis into its Open Source Credits Program. A milestone for the project, a vote of confidence from one of the cloud providers that built its name on supporting developers, and a real boost for what comes next.

Release v0.11.0

v0.11.0: A Real Editor Inside Every Cell, Triggers, and 日本語

v0.11.0 puts a Monaco-grade editor with diff inside JSON, JSONB and long text cells (in a dedicated Tauri window, even), adds a full trigger manager for PostgreSQL/MySQL/SQLite, makes foreign keys click-to-navigate, ships a Japanese translation, and lets multi-statement scripts share a real database session.

Release v0.10.3

v0.10.3: Portable Connections, an Editor Error Boundary, and Firestore

v0.10.3 lands JSON-based connection export and import (passwords included, keychain-safe), an editor error boundary that keeps the workspace alive when a driver crashes the result grid, a portal-rendered notebook database selector, a fix for drivers that return unnamed columns, and a new community-built Firestore plugin.

Release v0.10.2

v0.10.2: Postgres on AWS RDS, Cell-Level Copy, and SQL INSERT Export

v0.10.2 fixes a Postgres TLS handshake that broke AWS RDS connections on macOS, lands cell-level selection and SQL INSERT as a copy format in the data grid, restores MySQL passwordless connections, and unbreaks the Manage SSH Connections button.

Release v0.10.1

v0.10.1: Pagination Fix, Context Menu Actions, and Postgres Bindings

v0.10.1 is a short follow-up to v0.10.0: a sneaky LIMIT bug in SQL pagination gets a proper SQL tokenizer, the data grid gains multi-row deletion, duplicate row and insert-current-time actions, and the PostgreSQL driver moves to a parameterized binding module.

Release v0.9.20

v0.9.20: Clipboard Import, Visual EXPLAIN Import, and a Community Look & Feel

v0.9.20 is a community-shaped release: clipboard data import lands in the app, Visual EXPLAIN gains import support for existing plans, every built-in theme gets a readability pass, and the website goes from static screenshots to dynamic video demos across the hero, wiki, and feature pages.

Release v0.9.19

v0.9.19: Polish, Bug Fixes, French and German

v0.9.19 is a short follow-up to v0.9.18: a round of UI polish and bug fixes on top of the new History workflow, plus two new locales — French and German — bringing the UI to six languages.

Release v0.9.18

v0.9.18: Query History Becomes a Workflow

v0.9.18 adds a real query history workflow to Tabularis: per-connection storage, search, date grouping, fast re-run actions, and retention controls. The release also includes a strong set of community-driven improvements across PostgreSQL, MySQL, AI settings, and theming.

From 0 to 1,000 GitHub Stars: What I Learned in 10 Weeks

Tabularis crossed 1,000 GitHub stars in under three months. No marketing team, no growth hacks. Just a useful tool and a community that showed up. Here's what actually worked, what didn't, and what I'd do differently.

Release v0.9.16

v0.9.16: Connection Groups, But Faster

v0.9.16 makes connection groups feel much more direct: drag groups to reorder them, drag connections into a different group, and get more consistent pagination behavior across built-in drivers.

Release v0.9.15

v0.9.15: The Notebook Release

SQL Notebooks land with cell references, inline charts, parameters, AI naming, and HTML export. The query editor gains multi-query execution with tabbed and stacked results, AI-powered tab renaming, and query splitting gets a proper parser.

Release v0.9.14

v0.9.14: Always Connected

Connection health monitoring lands, PostgreSQL gains 40+ new types from network to geometry, modals get a searchable type picker and keyboard navigation, and autocompletion finally respects multi-database contexts.

Release v0.9.13

v0.9.13: Plugins Meet the Interface

UI Extensions land in production, PostgreSQL gains range, multirange, and enum support, and the Settings page gets a full redesign. Plus two new driver capabilities for plugin authors.

Release v0.9.12

v0.9.12: Under the Hood

The PostgreSQL driver switches from sqlx to tokio-postgres, MiniMax joins the AI providers, JSON columns get a proper editor, and error messages stop being cryptic.

Release v0.9.11

v0.9.11: 你好 Tabularis

Chinese (Simplified) joins the supported languages, PostgreSQL arrays finally work properly, query results are editable inline, and exports got more flexible.

Tabularis Goes NoSQL: Redis Ships, MongoDB and ClickHouse Need You

The plugin ecosystem is growing beyond SQL. Two Redis drivers have already shipped thanks to community contributors. Now we need experts to push DuckDB, MongoDB, and ClickHouse across the finish line.

One Month In — and We're Just Getting Started

Tabularis was born on the night of January 25th. Today marks exactly one month. Here's what we built together — and what comes next.