> On Feb 13, 2018, at 12:22 PM, Chris Brody <[email protected]> wrote:
> 
> I think this is especially important for mobile apps which may be
> terminated without notice, especially when using hybrid app frameworks
> such as Cordova/PhoneGap.

On iOS (can’t speak for Android) apps do get notice that they’re going to be 
terminated. That’s no different for hybrid frameworks; the JS code must be 
calling a SQLite API backed by native code, and that native code can listen for 
the appropriate notifications and close databases.

—Jens
_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to