Skip to content
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

Launch TablePlus on Windows with a connection string #2224

Closed
rfay opened this issue Dec 8, 2020 · 1 comment
Closed

Launch TablePlus on Windows with a connection string #2224

rfay opened this issue Dec 8, 2020 · 1 comment

Comments

@rfay
Copy link

rfay commented Dec 8, 2020

  1. Which driver are you using and version of it (Ex: PostgreSQL 10.0): mysql

  2. Which TablePlus build number are you using (the number on the welcome screen, Ex: build 81): build 160

  3. The steps to reproduce this issue: Try to launch TablePlus on Windows with a connection string

I'd like to launch TablePlus with a connection string, as is done easily on macOS as explained in #227 (comment)

On macOS, you'd do this per #227

query="mysql://root:root@127.0.0.1:${DDEV_HOST_DB_PORT}/db"

open "$query" -a "/Applications/TablePlus.app/Contents/MacOS/TablePlus"


but how do you do it on Windows?

The context: ddev is a docker-based local development tool that happily launches tableplus on macOS using the technique above (and can heidisql on Windows because it has the technique) . We'd like to be able to support TablePlus on Windows and WSL2 as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants