tmotagam / sqlite-electron

module for electron to use sqlite3 databases
GNU General Public License v3.0
80 stars 12 forks source link

sqlite-win32-x64.exe stays open #11

Closed LPwithPaul closed 1 year ago

LPwithPaul commented 1 year ago

Short summary

Sometimes after closing the electron app, the sqlite-win32-x64.exe stays in Taskmanager and hogs performance.

Steps to reproduce

Create an electron app with a connection to an sqlite DB Start the app using electron . Quit it using control + C in the terminal. See sqlite-win32-x64.exe in taskmanager

Additional Context

Lib version: 2.2.5 OS: Windows 10 Electron version: 22.0.0 Node version: v18.12.1

tmotagam commented 1 year ago

@LPwithPaul, Yes, I am working on removing the bug hopefully I will resolve in next update.

ferminc commented 1 year ago

Any updates on this?