Open vvhybe opened 1 month ago
i dropped the same issue in the Turso libsql Github repo https://github.com/tursodatabase/libsql/issues/1797
I'm having a slightly different error as well:
drizzle-orm@0.36.1
@libsql/client@0.14.0
I'm building the library containing my drizzle client etc etc on a GitHub Action (runs-on: ubuntu-latest)
And then I'm pulling this library from npm to my NextJs app (on a MacBook M1)
Result:
With previous versions was working perfectly:
drizzle-orm@0.33.0
@libsql/client@0.7.0
Not sure if this can be related to this as well.
What version of
drizzle-orm
are you using?^0.35.3
What version of
drizzle-kit
are you using?^0.26.2
Describe the Bug
I got this error only on the Windows machine I've tried it on Linux (Ubuntu) in the WSL It works fine, except for Windows, I think because it's missing the compiled binaries from
@libsql\win32-x64-msvc
I tried installing it manually and adding it into production dependencies using bothnpm
andpnpm
but no chance *(i rolled out on all the boring processes deleting pkg manager cache, etc...)Here is my db file:
For database: I'm using SQLite (Turso) from
'drizzle-orm/sqlite-core'
;Screenshot might help:
Expected behavior
Environment & setup
My Machine
My stack: