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 Neutralinojs3 Replies
This may be more of a Neutralino related issue than a Drizzle one. Drizzle ORM currently supports Node, Deno, Bun and Hermes runtimes
@Mario564 yes exactly Neutralino supports node
but shows process is not defined
You may need to report this as an issue with the DB driver you're using or to Neutralino itself