I am currently trying to create a database in webOS for which I can later perform crud operations. So far, the users need to click on a button to create the database and another to create the table. Is there a way that these can be created when the application loads so that the user does not have to do it himself?
EDIT:
This is an Enyo application and I am using HTML5 for the database, so basically I want to be able to openDatabase and create a table when the application loads.