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

This asset can be read and installed directly by agents

TokRepo exposes a universal CLI command, install contract, metadata JSON, target-specific plan, and raw content links so agents can judge fit, risk, and next actions.

Native · 94/100Policy: allow
Target
Claude Code, Codex, Gemini CLI
Kind
Cli
Install
Manual
Trust
Trust: Established
Entrypoint
brew install --cask tabularis
Universal CLI install command
npx tokrepo install 05e41a70-d5b0-5fb6-a912-2a16cb5bd968
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