Databases

Supported engines, version floors, and what ships in the beta.

Tablify targets four engines and keeps two data models, relational and key/value, deliberately separate. It never pretends a key/value store is a set of tables.

Support matrix

Engine Minimum version Status
PostgreSQL 15 Available in beta
MySQL 8.4 LTS Available in beta
SQLite 3.37 Available in beta
Redis Open Source 7.2 Available in beta, standalone only

PostgreSQL is the reference driver. MySQL, SQLite, and Redis run on the same shell and safety model. More drivers are coming soon.

Capabilities

The UI asks each driver what it supports instead of guessing from the engine name. A driver reports whether it can browse tables, run SQL, cancel work, run transactions, mutate rows, identify rows, and use verified TLS. The UI disables unsupported actions before you can run them.

Out of scope for beta

Redis Cluster, Sentinel, and pub/sub are not part of the beta. Neither are SQL Server, MariaDB-specific behavior, document stores, or cloud warehouses. See Roadmap for the direction after beta.