Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

DBeaver and SQLite connection through SSH

With DBeaver, is it possible to use an SQLite database through an SSH connection?

If yes, how do I set up the connection?

like image 846
gunixr Avatar asked Oct 16 '25 15:10

gunixr


1 Answers

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.

like image 195
Lonnie Best Avatar answered Oct 19 '25 05:10

Lonnie Best



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!