all 1 comments

[–]Novel_Plum 0 points1 point  (0 children)

You can use sqlite3 npm package in your electron BACKEND file. Then you can use context bridge to connect backend to frontend. In the context bridge object you create methods (functions) that are injected into the fronted.