Updating sqlite database without XML

前端 未结 4 936
梦如初夏
梦如初夏 2020-12-11 05:00

My app requires data from a sqlite database. It will ship with a version of this database, but I need to update it on a regular basis (most likely once a month). Typically

4条回答
  •  余生分开走
    2020-12-11 05:51

    Is it a completely new / distinct database each time, or is an updated version of the same database?

    If the latter, have you considered sending only the changes (either via an explicit list of adds/updates/deletes, or using something like Zumero to automate the updates)?

提交回复
热议问题