Access SQLite database remotely by mounting web server via (s)FTP #16255
Answered
by
AliveDevil
philipschilling
asked this question in
Q&A
-
I want to host the file-based database SQLite remotely on a shared web hosting. There exist different local apps to manage the database such as DB Browser for SQLite, SQLiteManager, etc. However, these tools do not have a built-in FTP client as far as I know to understand the database on a remote server. Question:
|
Beta Was this translation helpful? Give feedback.
Answered by
AliveDevil
Aug 26, 2024
Replies: 1 comment
-
Mountain Duck should work fine in this case.
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
philipschilling
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Mountain Duck should work fine in this case.
That is: The server may deny Mountain Duck access to the SQLite database, when your web server application holds the database open in a shared-nothing handle. But this is software dependent. Mountain Duck will not create long-living handles to remote files. It will open, fetch and close the file. There is no way to "lock" remote files.