You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have a confusion : I read that Sql.js have better performance and easy to implement in code ; in my case I have sqlite databases files that I only need to select from without any modifications, if I use native sqlite I have to send data between the main process and the renderer back and forth.
Can you explain why you have suggested native instead of sqljs in Electron ?
Thanks