Cmd + N
Browse / Sequel App Cheatsheet (Sequel Pro/Ace)
Sequel App Cheatsheet (Sequel Pro/Ace)
A quick reference guide to common keyboard shortcuts, querying, data management, and schema operations in the Sequel database GUI application.
General & Navigation
File & Window Management
|
New Window |
|
Close Window/Tab |
|
New Tab |
|
Reopen Last Closed Tab |
|
Navigate between Tabs |
|
Show Connection Manager |
|
Open Location (Direct connection) |
|
New Database Connection |
Interface Navigation
|
Switch to Structure Tab |
|
Switch to Content Tab |
|
Switch to Relations Tab |
|
Switch to Info Tab |
|
Switch to Trigger Tab |
|
Switch to Query Tab |
|
Focus Table/Database List |
|
Switch to Content Tab for selected table |
|
Find (in current tab) |
Querying & Data
Query Editor Actions
|
Run Query (or selected text) |
|
Run Current Query Statement (ends with |
|
Run Query in New Tab |
|
Toggle Comment Line |
|
Show Auto-Completion |
|
Format Query |
|
Clear Console Output |
|
Save Query as File |
Content Tab & Data Editing
|
Add New Row |
|
Delete Selected Row(s) |
|
Edit Selected Cell |
|
Edit Cell (unless it’s multiline text) |
|
Open Large Text Editor for Cell |
|
Save Changes (in Content tab) |
|
Refresh Data (in Content tab) |
|
Sort by Column |
Schema & Structure
Database & Table Actions
|
Add New Database |
|
Add New Table |
|
Duplicate Table |
|
Delete Table/Database |
|
Show Info (for selected item) |
|
Refresh Schema/Table List |
|
Flush Privileges |
|
Generate |
Column & Index Actions
|
Add New Column |
|
Delete Selected Column |
|
Add New Index |
|
Delete Selected Index |
|
Edit Cell Value |
|
Copy |
|
Show Column Info |
|
Apply Structure Changes |
Tips & Tricks
Useful Shortcuts
|
Copy Selected Rows as CSV |
|
Copy |
|
Jump to Table/Database (type name) |
|
Indent/Outdent selected text (Query tab) |
|
Multiple Cursors |
|
Open Table in new tab |
|
Find Next (after Cmd+F) |
|
Find Previous |
Efficiency Boosters
Filtering: Use the filter bar at the top of the Content tab (Cmd+F to focus) for quick filtering without writing SQL |
Table Info: The ‘Info’ tab (Cmd+4) provides quick summaries, status, and engine details for the selected table without running separate queries. |
Custom Queries: Save frequently used queries for easy access using |
Favorites: Add frequently used connections to your Favorites in the Connection Manager for one-click access. |
Bundles: Explore or create Bundles ( |
Connection Aliases: Give your connections clear aliases in the Connection Manager to distinguish them easily, especially for similar databases (e.g., ‘Prod DB’, ‘Dev DB’). |
Troubleshooting & Info
View Processes: Check the ‘Processes’ tab (Cmd+7) to see running queries and kill slow ones. |
Server Variables: Check the ‘Server Variables’ tab (Cmd+8) for server configuration details. |
Status: The ‘Status’ tab (Cmd+9) shows server status and statistics. |
Console: The console at the bottom of the Query tab shows query execution time and errors. |
Slow Queries: Configure your database server to log slow queries, and use the Sequel app to analyze them (often found under specific status/variable settings). |