nolanlawson / cordova-plugin-sqlite-2

Native SQLite database API for Cordova/PhoneGap/Ionic, modeled after WebSQL (UNMAINTAINED)
https://nolanlawson.com/2016/04/10/introducing-the-cordova-sqlite-plugin-2/
Apache License 2.0
168 stars 28 forks source link

Upgrade node-websql, use bulk APIs #7

Closed nolanlawson closed 8 years ago

nolanlawson commented 8 years ago

This should make both the iOS and Android implementations faster, although currently I'm only able to test Android in CI, sadly.

nolanlawson commented 8 years ago

This needs substantial testing before I merge it, but unfortunately my Sauce test situation is less than ideal.

nolanlawson commented 8 years ago

Test went from 21:29 to 14:42 on Android 5.1. Seems like a not-unexpectedly big perf boost. :)

nolanlawson commented 8 years ago

Manually confirmed success in iOS 9.2, so calling it a day and merging this.