I'd like to have a 'backup' and 'restore' button in my app that just copies the entire SQLite database as a blob to iCloud. The database will always be small as it contains only hand-entered information.
Is this possible using iCloud or do I need to create an external service to manage this?
(If it matters: my app is created using the NimbleKit framework and jQuery Mobile UI)