CLI ToolsMay 12, 2026·2 min read

tabularis — Desktop DB Client (AI + MCP Built-In)

tabularis is an open-source desktop DB client for PostgreSQL, MySQL/MariaDB, and SQLite, with notebooks plus optional AI and plugins for extra drivers.

Agent ready

Safe staging for this asset

This asset is staged first. The copied prompt tells the agent to inspect the staged files and ask before activating scripts, MCP config, or global config.

Stage only · 17/100Policy: stage
Agent surface
Any MCP/CLI agent
Kind
CLI Tool
Install
Stage only
Trust
Trust: Established
Entrypoint
Asset
Safe staging command
npx -y tokrepo@latest install 05e41a70-d5b0-5fb6-a912-2a16cb5bd968 --target codex

Stages files first; activation requires review of the staged README and plan.

Intro

A modern, hackable DB client that handles multiple SQL engines and lets you add drivers via plugins—useful when you want one UI for many databases.

Best for: Developers who juggle PostgreSQL + MySQL + SQLite and want notebooks, explain, and plugin-based drivers in one desktop app

Works with: macOS/Windows/Linux; PostgreSQL, MySQL/MariaDB, SQLite; optional AI providers (e.g., Ollama) per README

Setup time: 5–12 minutes

Key facts (verified)

  • README release downloads reference v0.10.3 installers for Windows/macOS/Linux.
  • Supports multi-schema PostgreSQL and multi-database selection for MySQL/MariaDB in one connection (per README features).
  • Configuration lives under OS-specific app data dirs (e.g., ~/Library/Application Support/tabularis/ on macOS) per README.
  • GitHub: 1,474 stars · 98 forks; pushed 2026-05-12 (GitHub API verified).

Main

A productive way to use tabularis for day-to-day debugging:

  1. Create one connection per environment (local / staging / prod read-replica) and name them clearly.
  2. Use notebooks for “investigation threads”: keep the query, the result snippet, and the conclusion together.
  3. When you need another engine (DuckDB, MongoDB, etc.), use the plugin mechanism the README describes—treat drivers as modular.
  4. Keep “fast-safe defaults”: start with EXPLAIN, add LIMIT, and avoid heavy scans until you’ve narrowed the target tables and indexes.

If you enable AI features, keep prompts scoped to schema + query intent, not secrets or full data dumps.

FAQ

Q: Which databases does it support? A: The README lists PostgreSQL, MySQL/MariaDB, and SQLite as first-class supported drivers.

Q: Can I add other databases? A: Yes. The README describes a plugin system to add drivers such as DuckDB or MongoDB.

Q: Is AI required? A: No. AI features are optional per README; you can use it as a normal DB client.

🙏

Source & Thanks

Source: https://github.com/TabularisDB/tabularis > License: Apache-2.0 > GitHub stars: 1,474 · forks: 98

Discussion

Sign in to join the discussion.
No comments yet. Be the first to share your thoughts.

Related Assets