vapor / mysql-kit

🐬 Pure Swift MySQL client built on non-blocking, event-driven sockets.
MIT License
222 stars 75 forks source link

SSH connection #316

Open saqibomer opened 1 year ago

saqibomer commented 1 year ago

I could not find any method for connecting via SSH. Is there any planned enhancement for supporting ssh connection?

0xTim commented 1 year ago

I don't think this is planned. You have a couple of options, create the tunnel outside of the application and connect normally, or use SwiftNIO. SSH to create a tunnel in your application and connect via that