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