I am about to start working on a metro app using JavaScript/HTML which will store data locally, when no internet connection is there and also planning to port the same on other platform's later.
What would be the right choice for database - SQLite or Indexed db ?