Sequel Pro has been abandoned. New team has forked to Sequel Ace

Hey, I’ll take this on, I’m working a Sequel Ace add-on now: https://github.com/n8finch/local-sequelace/tree/develop

I’ve forked from Aubrey, and just am replacing a lot of stuff now.

I’ve run into similar issues as this ticket, mostly:

  1. Needing to replace the socket with the dummy socket mentioned here in the my.cnf.hbs file. This works, but I’m wondering if there’s a more programatic way of going about this, or replacing it on the fly.
  2. I’m wondering how to specify that we want to open Sequel Ace, and not another program. This was defaulting to Table+, then to Sequel Pro.

Since Sequel Ace was forked from Sequel Pro, I’m assuming the code is pretty similar. Is it possible to get a gist somewhere of the Sequel Pro connect code?

Also, is there a recommendation for switching out socket file references on the fly?

Once this add-on is done and working, I’m assuming it would be a good model on how to abstract the Sequel Pro code into an add-on, which I’d be happy to help with as well.

Thanks!

2 Likes