v0.6.1 Open Source Apache 2.0
A lightweight, developer-focused database management tool. Built with Tauri and React for speed, security, and aesthetics.

Connection Manager & SQL Editor
_why_tabularis
This project was born from frustration with existing database tools. Most current solutions feel clunky, outdated, or bloated with poor user experience.
Tabularis is the answer: a refreshing alternative built to prioritize UX without sacrificing power. It bridges the gap between native performance and web flexibility, using Tauri to keep the footprint tiny and startup instant.
Rust
TypeScript
React
SQLite/PG/MySQL
_capabilities
🔌 Multi-Database
First-class support for PostgreSQL, **…
v0.6.1 Open Source Apache 2.0
A lightweight, developer-focused database management tool. Built with Tauri and React for speed, security, and aesthetics.

Connection Manager & SQL Editor
_why_tabularis
This project was born from frustration with existing database tools. Most current solutions feel clunky, outdated, or bloated with poor user experience.
Tabularis is the answer: a refreshing alternative built to prioritize UX without sacrificing power. It bridges the gap between native performance and web flexibility, using Tauri to keep the footprint tiny and startup instant.
Rust
TypeScript
React
SQLite/PG/MySQL
_capabilities
🔌 Multi-Database
First-class support for PostgreSQL, MySQL/MariaDB, and SQLite. Manage multiple connection profiles with secure local persistence.
🎨 Visual Query Builder
Construct complex queries visually. Drag tables, connect columns for JOINs, and let the tool write the SQL for you. Includes aggregate functions and advanced filtering.
🔒 SSH Tunneling
Connect to remote databases securely through SSH tunnels. Passwords can be optionally stored in your system’s Keychain.
📝 Modern SQL Editor
Monaco-based editor with syntax highlighting, multiple tabs, and DataGrip-style execution (run selected, run all).
🗄️ Schema Management
GUI wizards to Create Tables, Modify Columns, and Manage Indexes/Foreign Keys. Visualize your database structure effortlessly.
📊 Data Grid
Inline editing, row deletion, and easy data entry. Export results to JSON or CSV with a single click.
_gallery
Visual Query Builder
Data Grid & Editor
Schema Creation Wizard
Connection Setup
_installation
Direct Download
Arch Linux (AUR)
Install via your favorite AUR helper:
yay -S tabularis-bin
Build from Source
git clone https://github.com/debba/tabularis.git
cd tabularis
npm install
npm run tauri build