Esta página se muestra en inglés. Una traducción al español está en curso.
CLI ToolsMay 12, 2026·2 min de lectura

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.

Introducción

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.

🙏

Fuente y agradecimientos

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

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados