Sequel Pro is an open-source SQL Client for macOS, and for many Developers (myself included) the must-have tool when dealing with a SQL server. It’s fast, has an easy interface, and is very intuitive to use.
You may have noticed that in recent years little has changed in terms of features and how it looks. After some recent updates in macOS, I keep running into new bugs in Sequel Pro:
It’s also not surprising when you consider that the last release was Sequel Pro — 1.1.2 on April 3, 2016 . Looking at the commit on their Github page it has only gotten less in recent years.
Sequel Pro Contributions
But now the good news! There is a replacement and that is Sequel Ace, or whatever they call it: “Sequel Ace is the” sequel “to longtime macOS tool Sequel Pro”. In addition, it is open source and available on the Apple App Store.
It is a fork of Sequel Pro so the interface remains largely the same, which makes switching to Sequel Ace even better.
The easiest way is to install Sequel Ace via Homebrew
brew cask install sequel-ace
Now that it’s installed you can open it with ⌘ + spacebar and type in Sequel Ace
Sequel Ace
The easiest way is to right click on export, and import this file back into Sequel Ace in the same way.
Sequel Pro Export Connections
Another way is to copy your files that are in the ~/Library read: Migration from Sequel Pro to Sequel Ace
Before we want to make an SSH connection from Sequel Ace, we need to give it access first. This was not the case with Sequel Pro. The reason for this is that Sequel Pro runs in sandboxed modes. This also gives an extra layer of protection.
#mysql #sequelpro #sequel-ace #macos #mariadb