I'm on Nuxt.js 2.15.8 and Prisma 3.0.2 . I'm working on an offline app with Electron.js where I should populate my sqlite DB on start with online mysql database.
I know there are some ways to convert mysql to sqlite but didn't found any in javascript and It should be in javascript or prisma functions because I have to sync local and online DBs everytime.
So , is there any way to do that?? It also is ok to populate table by table. Any tiny hint or solution is appreciated!