How to make sqlite robust over a Windows shared drive

后端 未结 1 587
[愿得一人]
[愿得一人] 2021-02-09 03:49

I know it is not recommend to use Sqlite over a network drive, for two reasons: performance, and data corruption due to bad implementation of network file systems.

Still

相关标签:
1条回答
  • 2021-02-09 04:48

    Another suggestion would be to write an API that sits over the SQLite file and does the locking for you.

    0 讨论(0)
提交回复
热议问题