-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maybe fallback to Sequel Pro #14
Comments
Noteable Information: https://community.localwp.com/t/add-back-sequel-pro-support/27272/13
|
Thanks for looking into this. Sequel PRO nightly does work using the socket. |
How this addon works is it symlinks What needs to happen here is I need to be able to do the same thing but
If it will operate that way it's easy for SequelPro to be the fallback, since it is just the App that responds to the
I am wondering if macOS has an easy way to detect who owns the
Hope that helps how I'm going to approach this. Again, if I have to do anything extra beyond this it might not be worth it to me time-wise. But if it's as easy as ⬆️ then I think it's a worthy effort. |
Here's what I found. I hope it helps. https://sequelpro.com/docs/url-scheme Looks like they use a different URL scheme. I don't know if that's easier or harder. |
Perhaps just looking at something like
|
the sql app itself has to support using mysql uri's, as tableplus allows you to give a database uri structure. I use navicat, which doesnt allow those structures when adding a database connection |
See https://community.localwp.com/t/sequel-pro-add-on/27380/2 for context.
The idea here is that if you don't have TablePlus installed, but you do have Sequel Pro installed (and I can just switch out the App that is launched to Sequel Pro and it works the same way) maybe a secret functionality of the addon could fallback to Sequel Pro (Nightly) if you have it installed.
/tmp/mysql.sock
to connect by default (if it doesn't do this, I likely won't commit to this)But, if it can be done easily, I'm happy to try.
The text was updated successfully, but these errors were encountered: