This is more a question than a proper issue.
I have implemented the better-sqilite3 npm in an electron app. I have an Android app that uses the Cordova sqlite plugin and I am testing the time running the queries and realize that the better-sqlite3 is 10x slower than the Cordova sqlite plugin.
Is this normal or is something in the code that I need to increase performance?
The app is the same that runs on Android and Electron and the commands are the same.