且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何同步在Android手机的SQLite数据库服务器上的MySQL数据库?

更新时间:2023-02-02 22:15:45

创建一个Web服务(REST可能是***的)和序列化的SQLite / MySQL的数据和PUT / POST /它到/从您的网络服务。这会给你的情况下,你决定从MySQL切换到别的服务器端抽象的一个很好的一层。

Create a webservice (REST is probably best) and serialize your SQLite/MySQL data and PUT/POST/GET it to/from your web service. This will give you a nice layer of abstraction in case you decide to switch from MySQL to something else server side.