|
What is the proper way to connect to a remote database using this extension ? |
Answered by
damms005
Jan 21, 2025
Replies: 2 comments
|
If you can connect to your remote db from your CLI, then DevDb certainly will be able to. But since the remote db usually will have firewall rules or ssh requirements that prevents connecting from outside, then no, DevDb currently will not be able to connect to it, just like you also won't be able to do same from your local terminal. Support for SSH is planned, but nothing is promosed atm. |
0 replies
Answer selected by
gmartinez
|
Understand, much liking the extension so far, that ssh addition would be pretty significant imho, in any case thanks for you work and for your reply. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you can connect to your remote db from your CLI, then DevDb certainly will be able to.
But since the remote db usually will have firewall rules or ssh requirements that prevents connecting from outside, then no, DevDb currently will not be able to connect to it, just like you also won't be able to do same from your local terminal.
Support for SSH is planned, but nothing is promosed atm.