Synchronizing an SQLite client database with a MySQL server database

前端 未结 6 1757
遇见更好的自我
遇见更好的自我 2020-12-01 01:35

I have created an app in xcode with sqlite3.I want to create a button named sync to sync with my mysql database in my server. Any suggestion about sync process? Please let m

6条回答
  •  不知归路
    2020-12-01 02:31

    SQuirreL SQL (in Java using Hibernate) has a DBCopy plugin to it. It might be possible to script a database copy using that. I haven't tried it, but that is the first direction I would go.

提交回复
热议问题