With DBeaver, is it possible to use an SQLite database through an SSH connection?
If yes, how do I set up the connection?
Have you tried using sshfs to mount the remote file system to your local file system over ssh?
sudo sshfs name@server:/path/to/folder /path/to/mount/point
I'm not sure how performant this would be, but theoretically it should hide from Dbeaver the fact that the database file is remotely located.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With