Sequel Ace is the "sequel" to longtime macOS tool Sequel Pro. Sequel Ace is a fast, easy-to-use Mac database management application for working with MySQL & MariaDB databases.
If you would like to sponsor Sequel Ace, please check out our Open Collective!
Installation
Mac AppStore
Download Sequel Ace today from the macOS App Store!
MAS CLI
To install via mas
MAS CLI use Sequel Ace id 1518036000
mas install 1518036000 # Sequel Ace
Homebrew
To install an unoffical community maintained Homebrew Cask of the GitHub Release
brew cask install sequel-ace
Building locally
To run Sequel Ace locally from XCode, please:
- download
.zip
archive of this repo / clone locally - make sure you have
Bundler
installed (more info) - open
Terminal
andcd
to the project folder - run
bundle install
to install CocoaPods and dependencies - run
bundle exec pod install --repo-update
to install CocoaPods and dependencies - open
sequel-ace.xcworkspace
and runSequel Ace Local Testing
schema
If you encounter any issue, let us know by creating a new Issue.
Contributing
We have a lot of work to do, but we're here to provide, with your help, an always-free, macOS first SQL database tool for everyone.
Please see our projects page. This lists the issues where we would most like your help. There are simple and difficult tasks there so new contributors should be able to get started.
Branches
- main: Main is our active development branch. All contribution PRs should be pointed at main!
- staging: Staging is used for pending app store submissions and release candidates
- release: Release represents what's currently on the app store. All non-release PRs to release will be rejected.
Compatibility
- macOS: >= 10.12
- Processor: Intel & Apple Silicon
- MySQL: >= 5.6
- MariaDB: >= 10.0
Note: An older version of Sequel Ace (version 2.3.2) is available to download for macOS versions 10.10 and 10.11, however support is limited and we encourage upgrading to the latest macOS and Sequel Ace.
License
Copyright (c) 2020 Moballo, LLC. All rights reserved. Forked from Sequel Pro: Copyright (c) 2002-2019 Sequel Pro & CocoaMySQL Teams. All rights reserved.
Sequel Ace is free and open source software, licensed under MIT. See LICENSE for full details.