0

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.

kazu
  • 33
  • 2

1 Answers1

0

If your are flexible about database choice, you might consider running something like CouchDB or Mongo on your Intranet and make simple http requests from your app over SSL.

fairwinds
  • 2,133
  • 12
  • 21