react-native-sqlite-2
react-native-sqlite-2 copied to clipboard
backup database to iCloud/iTunes
fixes #105
I can't really think of a reason not to have this be the default. I actually can't even think of a reason for adding an option either, so we just updated the current behavior.
Did you check it works without any issue?
yeah, we're using it with our app now, I was able to backup to iCloud and then restore without losing any data
Good job, it would be better if it is compatible with the old version, and do a little migration of the old version data
that's a really good point, but is currently beyond me. We handled the migration above in our JS code, but it would be nice if this library could handle it internally
@chrisdrackett How did you handle the migration in JS?
any idea if/when this will be merged? Just starting a new project that also uses this and while I can patch there as well it would be nice not to have to...