joereynolds / SQHell.vim

An SQL wrapper for vim
MIT License
132 stars 9 forks source link

Support SSH tunneling. #26

Open hsanson opened 6 years ago

hsanson commented 6 years ago

The only missing feature on all the vim SQL plugins is SSH tunneling. All modern database clients (e.g. DBeaver, sequelpro) allow you to add SSH tunneling options to the database connections.

I can create the tunnels locally on my machine and then configure SQHell to use those tunnels as connection endpoint but having the plugin manage it would be very useful.

joereynolds commented 6 years ago

Hey @hsanson

I'll look into this, thanks!