Quick Start Guide
Download, install, and run your first query.Step 1: Download TablePro
Via Homebrew (fastest):- Apple Silicon (M1+):
TablePro-arm64.dmg - Intel:
TablePro-x86_64.dmg
Step 2: Install TablePro
- Open the DMG file
- Drag TablePro to Applications
- Eject the DMG
- Launch TablePro


Step 3: Create Your First Connection
Click New Connection and fill in your database details. Common examples: MySQL: Hostlocalhost, port 3306, username/password
PostgreSQL: Host localhost, port 5432, username/password
SQLite: Browse to .sqlite or .db file (no auth required)
MongoDB: Host localhost, port 27017, optional username/password


Step 4: Test and Connect
- Click Test Connection to verify your settings
- A green checkmark confirms the connection works
- Click Create to save and connect


Step 5: Explore Your Database
The main interface has three panels:- Sidebar: Your databases and tables
- SQL Editor: Write and execute SQL queries
- Data Grid: View and edit query results


Try Your First Query
- Click on a table in the sidebar to view its contents
- Or type a query in the SQL editor:
- Press
Cmd+Enterto execute the query - View the results in the data grid below
