Chrissi
DTDrizzle Team
•Created by Chrissi on 10/5/2023 in #help
drizzle-kit bindings error with bun using local sqlite file
When I use my local sqlite file instead of my Turso DB, I get an error running
bunx drizzle-kit push:sqlite
The command works fine when using Turso.
I use Bun version 1.0.2
This is the error output (upper half):
5 replies
DTDrizzle Team
•Created by Chrissi on 9/18/2023 in #help
Enum type gets lost
Setup:
I have a server-side db schema definition which I push with
bunx drizzle-kit push:sqlite
and pull on the website with bunx drizzle-kit introspect:sqlite
in my schema definition I have the following table
but on the website, the pulled schema looks like this:
where the enum type got lost.
Should I use another command to push and pull, or how can I fix this issue?1 replies