Drizzle alongside Electron, Vite and Nuxt
Hey!
Recently decided to go for Drizzle on my Manga reading app I'm making with electron and nuxtjs (vue framework).
However when I compile my code through vite, nuxt-electron and vite-plugin-electron, I get this fatal error:
(other message since discord's limit..)
It ain't the first time it happened to someone: https://stackoverflow.com/questions/78614985/could-not-dynamically-require
But no relevant answer as the only one wanted us to use better-sqlite3..
If you need any other info, please ping me.
Thanks in advance,
Adam
Recently decided to go for Drizzle on my Manga reading app I'm making with electron and nuxtjs (vue framework).
However when I compile my code through vite, nuxt-electron and vite-plugin-electron, I get this fatal error:
(other message since discord's limit..)
It ain't the first time it happened to someone: https://stackoverflow.com/questions/78614985/could-not-dynamically-require
But no relevant answer as the only one wanted us to use better-sqlite3..
If you need any other info, please ping me.
Thanks in advance,
Adam
Stack Overflow
I write electron applications using typescript, vite and react. I also want to use sqlite (the application should run locally). I found a great ORM (Drizzle), but I have a problem with the libSQL d...