Tabularis is a desktop SQL workspace that supports PostgreSQL, MySQL, MariaDB, SQLite, and over 15 additional databases including DuckDB, ClickHouse, Redis, and Firestore.
The tool addresses the fragmentation of database management by providing a unified interface for querying and exploring multiple database systems. It works as a native desktop application built with Tauri and TypeScript, offering both traditional SQL editing and notebook-style workflows. A distinctive feature is its built-in Model Context Protocol server, which allows AI assistants like Claude, Cursor, and Devin to access your database schema and execute queries directly within those tools, bridging the gap between your development environment and database interaction.
Tabularis suits developers who work across multiple database platforms and want to avoid switching between specialized clients for each system. It is particularly valuable for teams integrating AI assistants into their development workflow, since the MCP server integration means your AI tools can query databases without leaving the editor. The tool includes visual query builders, ER diagram generation, and visual EXPLAIN output for query analysis. It is available across Windows, macOS, and Linux through multiple package managers and distribution channels.
The project maintains active development with regular releases and a community Discord server for user support and feedback. The codebase is written primarily in TypeScript with Rust components, indicating a focus on performance-critical sections. The tool is distributed through multiple package management systems and platforms, suggesting sustained effort toward accessibility and cross-platform compatibility.