Quick Start Guide
This guide will help you download TablePro, install it, and connect to your first database.Step 1: Download TablePro
- Visit the GitHub Releases page
- Download the DMG file for your Mac:
- Apple Silicon (M1/M2/M3/M4/M5):
TablePro-arm64.dmg - Intel:
TablePro-x86_64.dmg
- Apple Silicon (M1/M2/M3/M4/M5):
Not sure which chip your Mac has? Click the Apple menu and select About This Mac. Look for “Chip” (Apple Silicon) or “Processor” (Intel).
Step 2: Install TablePro
- Open the downloaded DMG file
- Drag TablePro to your Applications folder
- Eject the DMG
- Open TablePro from your Applications folder

Step 3: Create Your First Connection
When TablePro launches, you’ll see the Welcome screen. Let’s create a new database connection.For MySQL/MariaDB
- Click New Connection
- Select MySQL or MariaDB as the database type
- Fill in the connection details:
- Name: A friendly name for this connection (e.g., “Local MySQL”)
- Host:
localhost(or your server address) - Port:
3306(default) - Username: Your database username (e.g.,
root) - Password: Your database password
- Database: (Optional) Default database to connect to

For PostgreSQL
- Click New Connection
- Select PostgreSQL as the database type
- Fill in the connection details:
- Name: A friendly name (e.g., “Local PostgreSQL”)
- Host:
localhost(or your server address) - Port:
5432(default) - Username: Your database username (e.g.,
postgres) - Password: Your database password
- Database: The database name to connect to
For SQLite
- Click New Connection
- Select SQLite as the database type
- Click Browse to select your SQLite database file
- Give your connection a name
Step 4: Test and Connect
- Click Test Connection to verify your settings
- If successful, you’ll see a green checkmark
- Click Create to save the connection and connect

Step 5: Explore Your Database
Once connected, you’ll see the main interface with:- 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
Next Steps
Congratulations! You’ve successfully set up TablePro. Here’s what to explore next:Database Connections
Learn more about managing and organizing your connections.
SQL Editor
Master the SQL editor with syntax highlighting and autocomplete.
SSH Tunneling
Connect securely to remote databases through SSH.
Keyboard Shortcuts
Speed up your workflow with keyboard shortcuts.
Need Help?
If you encounter any issues:- Check the Installation guide for detailed system requirements
- Review the database-specific guides for connection troubleshooting
- Open an issue on GitHub




