Tag: cordova

  1. Testing Cordova SQLite queries with Web SQL

    Once you start writing SQL queries for your Cordova application, you need to start thinking about how to make sure they work as expected. You'd want to test them in an automated fashion, but you're not ready to invest into a physical mobile device testing rig and you're not fond…

    on cordova sqlite websql

  2. Database migrations in Cordova

    Let's say you're developing a mobile application using Apache Cordova. Your app has a local Sqlite3 database on the device and you use the Cordova-sqlite-storage plugin to fetch and store data into it. You're planning to ship the first version and it is going to be used by quite a…

    on cordova database migrations