pawelsalawa / sqlitestudio

A free, open source, multi-platform SQLite database manager.

Home Page:https://sqlitestudio.pl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SSH Tunnelling

meglio opened this issue · comments

Appreciate your development effort. Any possibility to connect to a sqlite file that is accessible through an ssh tunnel remotely?

SQLite should not be used over any kind of network. It's not designed to work this way and any attempts to do it usually lead to transaction errors or data corruption. Some people use SQLite over NFS or Samba (Windows shared folders), but sooner or later they encounter unexpected and unexplained errors - this is because SQLite is designed and implemented to work locally. It's embedded database.

Since SQLite doesn't support and doesn't recommend it (https://www.sqlite.org/useovernet.html), so does the SQLiteStudio.