Skip to content

tabloy/community

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tabloy

Tabloy

A modern, blazing-fast database client for professionals.
Built with Rust. Designed to replace TablePlus, Navicat, and DBeaver.

Website · Download · Documentation · Report Bug · Feature Request · Discussions

Tabloy Screenshot


Why Tabloy?

Most database clients are either slow (Electron/Java), expensive (per-seat licensing), or limited (single database engine). Tabloy is none of these.

  • Rust backend — Native performance, instant startup, minimal memory footprint
  • Millions of rows — Streaming architecture, no lag, no OOM
  • One tool, all databases — PostgreSQL, MySQL, SQLite, ClickHouse today. Redis, MongoDB, InfluxDB coming soon
  • Cross-platform — macOS, Windows, Linux, native experience on every OS

Features

SQL Editor

Full-featured Monaco editor with intelligent auto-complete, syntax highlighting, SQL formatting, multi-cursor, and drag-and-drop table names from the sidebar.

Data Management

Inline cell editing, row insert/delete with undo/redo, foreign key navigation (click a FK value → jump to the referenced row), GUI filter builder, column sorting, and batch operations.

Visual Tools

  • ER Diagrams — Auto-generated relationship diagrams with drag-and-zoom
  • Query Plan Visualization — Visual execution plan for PostgreSQL, raw output for all engines
  • Index Analysis — Usage statistics, size, cardinality
  • Server Monitor — Version, uptime, active queries, kill queries, connection usage

Backup & Restore

Streaming backup with real-time progress, FK dependency ordering, and dual-mode: native tools (pg_dump/mysqldump, auto-detected) for speed, built-in for zero-dependency portability. Cancel anytime, partial failures reported inline.

Administration

  • User Management — Create, alter, drop users and roles
  • Extension Management — Install and uninstall PostgreSQL extensions
  • Privilege Management — Visual GRANT/REVOKE with per-user privilege viewer
  • Table Structure Editor — Create and alter tables, columns, indexes, foreign keys

Import & Export

Import from CSV, JSON, and SQL files. Export to CSV, JSON, and SQL with streaming (no memory limits). Supports all database engines.

Security

  • Passwords stored in system keychain (macOS Keychain / Windows Credential Manager / Linux Secret Service)
  • SSL/TLS with full verification modes
  • SSH tunnel with password and key file authentication
  • All data persisted locally in SQLite — nothing sent to external servers

Supported Databases

Database Status Highlights
PostgreSQL Full support Schemas, materialized views, sequences, custom types, extensions, privileges
MySQL Full support Auto UTF-8, InnoDB optimized, MySQL 5.7+ and 8.0+
MariaDB Full support Shares MySQL driver with full compatibility
SQLite Full support File-based, single-connection for consistency
ClickHouse Full support HTTP interface, system.processes, MergeTree aware
Redis Planned
MongoDB Planned
InfluxDB Planned

Download

Available for macOS (Apple Silicon / Intel), Windows, and Linux.

👉 Download Tabloy

Documentation

Topic Link
Getting Started docs/getting-started.md
Connecting to Databases docs/connections.md
SQL Editor docs/sql-editor.md
Data Editing docs/data-editing.md
Backup & Restore docs/backup-restore.md
Keyboard Shortcuts docs/keyboard-shortcuts.md
FAQ docs/faq.md

Feedback

Tabloy is in public preview. We'd love your feedback:

Every piece of feedback helps shape the product.

Comparison

Tabloy TablePlus Navicat DBeaver
Engine Rust + Tauri Swift (macOS) C++ / Qt Java / Eclipse
Startup time ~1s ~1s ~3s ~5s
Memory (idle) ~80MB ~100MB ~200MB ~500MB
Multi-database 5 engines 20+ engines 15+ engines 80+ engines
ER Diagram Built-in No Yes (paid) Yes
Streaming backup Yes No (uses pg_dump) Yes Yes
Price TBD $89 one-time $14/mo Free / $199/yr
Platforms macOS/Win/Linux macOS/Win/Linux macOS/Win/Linux macOS/Win/Linux

License

Tabloy is proprietary software. See LICENSE for details.


Built with Rust, React, and Tauri.
tabloy.app

About

Community hub for Tabloy — docs, feedback, and discussions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors