I am creating an app for webOS in enyo. I have an sqllite database running in the browser properly but how i can find the path of this database?
And how can i retrieve this database?
Is it possible to get whole DB file?
That is very new so I can’t get the solution for it.
Any suggestion or help will solve my problem.
There is a really good Enyo SQL lite wrapper class that has been developed from the Mojo version by OneCrayon…
https://github.com/onecrayon/database-webos
this is really all you will need, if you read through the code there are some very good notes on how to use it!