Home > OS >  Get data from file created by nwjs
Get data from file created by nwjs

Time:11-12

I would like to extract real-time data from a file that does not have a .

this file is a history of an application developed with nwjs

file example:

do you have a solution to this problem?

CodePudding user response:

That appears to be an SQLite database file. This question has nothing to do with NW.js and is poorly worded.

CodePudding user response:

You probably want to use Better SQLite3. There are instructions for how to set it up there.

  • Related