TablePro
Reviewed
Markdown โ๐ช
Native and open source.
Connect to your fortrabbit database using TablePro.
TablePro is a freemium, open-source, native macOS database client built with SwiftUI. It supports MySQL, MariaDB, PostgreSQL, SQLite, MongoDB, Redis, and 15+ other engines through native drivers. An optional AI assistant can be backed by Claude, OpenAI, GitHub Copilot, or a local Ollama model. Install via Homebrew brew install --cask tablepro or download from the website.
Connection setup
To connect to your fortrabbit database, create a MySQL connection with SSH Tunnel enabled.
- Open TablePro and create a new connection.
- Select MySQL as the driver.
- Name: Give it a name (e.g.,
My App). - Host:
mysql(Do not use localhost or an IP address). - Port:
3306 - Username:
{{app-env-id}} - Password: Enter your database password from the dashboard.
- Database:
{{app-env-id}} - Toggle SSH Tunnel on.
- SSH Host:
ssh.{{region}}.frbit.app - SSH Port:
22 - SSH User:
{{app-env-id}} - Authentication: select Private Key.
- Key File: browse to your local private SSH key (e.g.,
~/.ssh/id_rsa).
Click Test Connection to verify, then Create to save.