I need to create the multi-platform desktop application. And also multiple users need to work with shared data. Since the data is corporate confidential one, I would like to put the sqlite database in the intranet.
I concern that TideSDK application locks the sqlite file on mapped network drive, then other users cannot push/pull the data anymore.
Any information will be appreciated. Thank you in advance.