I just started working with Node -webkit and I think this is great.
I installed db using the "Web SQL Database" option mentioned here and it seems to work fine. Very similar to Sqlite, which I'm a little familiar with.
In the docs, this is implemented using sqlite, so I would like to find the actual db file created on disk and look at it using a Sqlite editor such as sqliteman.
Where is the db file stored?
I could not find it in the documents, or by search query; -)
source
share