We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated Save persistent data in app (markdown)
General improvements
embed code comments as variable names
JSON.stringify should be used; otherwise only "[object Object]" would be written into the file
added appData section
added MarsDB to the list
Fixed sentance wording
Fixed a typo in the name of MongoDB
Apparently markdown syntax doesn't work within WikiLinks
Mention App.dataPath
Update pouchdb-nw tutorial
Add reference to PouchDB+NodeWebkit "hello world", and also PouchDB has incremental views as of 2.2.0: http://pouchdb.com/2014/05/01/secondary-indexes-have-landed-in-pouchdb.html
add StoreDB
Minor grammatical addition
as a C++ addon, ejdb requires an extra step to work in NW
Adding NeDB as a possible datastore for Node Webkit applications
added info for indexeddb, pouchdb and ejdb
Added indexedDB as TODO, since websql is deprecated. Sorry, I have no time to write a paragraph explaining it.
Created Save persistent data in app (markdown)