Connect remote sqlite database via ssh. #1228
Unanswered
xuxiaocheng0201
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There is a way to connect to a remote SQLite database through SSH?
I noticed that the current JDBC URL only supports local files(
jdbc:sqlite:!(:memory:){file::identifier.sqlite}?
) and in-memory(jdbc:sqlite::memory:
). But there is no place to set the url and port.Beta Was this translation helpful? Give feedback.
All reactions