libsql + Neutralinojs

I am making an application using Neutralinojs but when I started to use drizzle orm inside it, it shows me error as process is not defined which drizzle is using from inside, but Neutralinojs does't supports nodejs api, I have used node / sqlite3 client but no luck: is there any way out so that I can use drizzle orm with Neutralinojs
No description
3 Replies
Mario564
Mario5644w ago
This may be more of a Neutralino related issue than a Drizzle one. Drizzle ORM currently supports Node, Deno, Bun and Hermes runtimes
mohammad azeem
mohammad azeemOP4w ago
@Mario564 yes exactly Neutralino supports node but shows process is not defined
Mario564
Mario5644w ago
You may need to report this as an issue with the DB driver you're using or to Neutralino itself

Did you find this page helpful?