coresmart / persistencejs

persistence.js is an asynchronous Javascript database mapper library. You can use it in the browser, as well on the server (and you can share data models between them).
http://persistencejs.org
1.73k stars 240 forks source link

Supporting iOS location parameter to control iTunes/iCloud backup #176

Closed hammady closed 8 years ago

hammady commented 8 years ago

Since 18th Feb, 2015, Cordova Sqlite plugin supports changing database location (iOS only) to control iTunes/iCloud backup. This pull request propagate this new configuration.

hammady commented 8 years ago

Thanks @zefhemel