Database file for wearable web application

Database file for wearable web application

BY 17 Jun 2016 Web Application Development

Hi everyone,

I am developing a wearable web input method application, and I want to provide a candidate list containing the words predicted based on what user typed. Therefore I need a database. However, I found there is only indexedDB available, and I did not found any API that I can integrate my Database file into my application, I need to create the indexedDB from zero after I launch my application. Is there any way to have a database available right after the application is installed?

Written by