Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要创建多平台桌面应用程序。并且多个用户需要使用共享数据。由于数据属于企业机密,所以我想把sqlite数据库放到内网。
我担心 TideSDK 应用程序将 sqlite 文件锁定在映射的网络驱动器上,然后其他用户无法再推送/拉取数据。
任何信息将不胜感激。先感谢您。
如果您对数据库选择很灵活,您可能会考虑在您的 Intranet 上运行 CouchDB 或 Mongo 之类的东西,并通过 SSL 从您的应用程序发出简单的 http 请求。