Introduction

A native database manager for PostgreSQL, MySQL, SQLite, and Redis on macOS.

Tablify is a desktop database manager for PostgreSQL, MySQL, SQLite, and Redis. It is written in Rust and drawn on the GPU through GPUI.

How it works

Reading is immediate. Browsing, filtering, sorting, and inspecting never prompt and never stage anything.

Writing is deliberate. Changes made through the grid are held locally until you review the batch and apply it. SQL and Redis commands you write yourself are not staged, and every tab names the connection it will run against.

Relational tables browse as tables and Redis keys stay keys. Both share the same shell around them, which covers tabs, the inspector, the keyboard model, and the rules that govern a write.

Who it is for

Developers and operators who work across more than one of these engines and want one client for discovery, queries, inspection, small edits, and exports.

Beta status