android的sqlite的双向同步源码双向、源码、android、sqlite

由网友(一路迷惘)分享简介:我需要同步我的Andr​​oid的SQLite数据库与我的云服务器的数据库,并做一个双向的方式在多用户环境。I need to sync my Android SQLite DB with my cloud-server DB, and doing it in a bi-directional way in a mu...

我需要同步我的Andr​​oid的SQLite数据库与我的云服务器的数据库,并做一个双向的方式在多用户环境。

I need to sync my Android SQLite DB with my cloud-server DB, and doing it in a bi-directional way in a multiuser environment.

我已经找到并介绍了解决方案此处,但我想了解一个更好的解决方案/算法。

I have found and introduction to the solution here but I would like to read about a better solution/algorithm.

推荐答案

可以使用Oracle数据库作为服务器端数据库?

Can you use Oracle Database as your server-side DB?

如果是这样,你应该考虑Oracle数据库精简版,其中包括一个完整的同步解决方案是使用SQLite和Android兼容,是专为多用户环境。

If so, you should consider Oracle Database Lite, which includes a full synchronization solution that is compatible with SQLite and Android, and was designed for multi-user environments.

支持自动同步,先进的解决冲突,以及多个同步车型。它还支持部署和中央管理控制台,甚至是设备管理的管理应用程序。

It supports automatic synchronization, advanced conflict resolution, and multiple sync models. It also supports deploying and managing apps from a central management console, and even device management.

您可以阅读更多关于它在这里: http://www.oracle.com/technetwork/database/database-lite/overview/index.html

You can read more about it here: http://www.oracle.com/technetwork/database/database-lite/overview/index.html

此外,您还可以下载选项卡上单击尝试一下自己。

Also, you can click on the download tab to try it out for yourself.

埃里克

阅读全文

相关推荐

最新文章