patrickmoffitt / local-sqlite-example

Demonstrates database-driven Electron using local SQLite with SQL.js.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Where does the Sqlite database goes ?

elkizana opened this issue · comments

@patrickmoffitt Thank you very much for your contributions.
After the saving where can we find the created database ?
Also Is possible to contact you for help purpose not for reporting, it would much appreciated because I'm not good in coding.
Thanks.

The SQLite database is in the folder returned by electron.app.getPath('userData'). The result of this expression varies by platform.