Hello, Takashi,

Jean C. actually addressed your question, but I'm writing just to be sure
you're aware that opening a sqlite database across a network is problematic
and might corrupt your database -- even if it appears to work during
testing.

https://www.sqlite.org/howtocorrupt.html     paragraph 2.1

If there will never be multiple concurrent users, or if the database is
read-only, this may not apply.


Regards,
  Donald G.

Reply via email to