surrealdb / surrealist

Surrealist is the ultimate way to visually manage your SurrealDB database
https://surrealist.app/
MIT License
1.06k stars 81 forks source link

Support SSH Tunneling #175

Open hahouari opened 7 months ago

hahouari commented 7 months ago

Describe your feature request Would love to have an SSH Tunnel option to connect to a Surreal database that is guarded by SSH connection. I run my Surreal docker container on a remote server without exposing the port outside the machine local network (for implied security measures), something similar to what is already available on other Database GUIs like Realm Studio for RealmDB or using any Intellij IDE for SQL database connection.

Example Tab when trying to create a new connection on Intellij with SSH Tunneling Configuration

image

Are you willing to contribute this feature? Not sure my Rust skills would allow, but I will give Surrealist codebase a look and find out.

Related pull request (if applicable) I found none.