At the moment, node_sqlite3 doesn't want to play nicely with Electron apps. This is likely to change, however none of the methods shown in the Electron documentation worked for me. I was able to finally piece together a workaround until the module is natively supported. The problem begins after installing sqlite3 and attempting to use it [...]