connect sqlite via ssh #38782
-
Is your feature request related to a problem? Please describe. Describe the solution you'd like Describe alternatives you've considered Additional context but if i go on the documentation link here : https://dbeaver.com/docs/dbeaver/Database-driver-SQLite/#sqlite-crypt-connection-settings it seems that the ssh option is avaliable why I dont see it ? my dbeaver version is 25.0.3 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
It looks like SQLite Remote connections are only available in DBeaver PRO versions. Possible walkarounds: mount remote file system containg SQLite data file to you local machine through SSHFS or NFS, then use local path-based connection in DBeaver. |
Beta Was this translation helpful? Give feedback.
-
thanks, I will try it! |
Beta Was this translation helpful? Give feedback.
It looks like SQLite Remote connections are only available in DBeaver PRO versions.
Possible walkarounds: mount remote file system containg SQLite data file to you local machine through SSHFS or NFS, then use local path-based connection in DBeaver.