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.
如何将 Windows Phone 的本地数据库与服务器上的数据库同步,对于这种情况,Rails 服务器使用 sqlite ......知道吗?谢谢你。
您将不得不手动实现同步层。目前没有内置工具可以做到这一点。考虑构建一个能够接受传入数据推送/拉取请求并对数据库进行相应操作的 Web 服务。