Reputation: 2518
I'm currently updating an app which I developed quite a long time ago. I'm wondering what's the best way to update the sqlite database via REST api.
I'm thinking about the following process:
.plist
) to a REST webservice.Now I'm thinking what's the better way to "send" the data to the client. Download a sqlite? Or create a JSON at the webservice (what means somehow overhead). The sqlite is currently about 100 kb.
Anyone an idea?
Upvotes: 0
Views: 155
Reputation: 8990
If
go ahead and transmit that replacement sqlite. Otherwise, do it properly!
Upvotes: 1