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.
我正在尝试构建一个 Android 应用程序,将图像和数据存储在 Android 设备上的 SQLite 数据库中。我想在我的网站上将 SQLite DB 复制到 MySQL。SQLite 将数据复制到 MYSQL 将是一种同步方式。
我如何复制数据库,以维护数据冲突,我会使用时间戳或信号量。任何帮助将不胜感激!