You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Turso. When running drizzle-kit with Bun I first got Bun is undefined then I used bun --bun and it simply can't find the tables. When run with pnpm the tables are found and the migration is generated.
Does anyone know why?
CleanShot.2024-01-11.at.09.25.41.mp4
Expected behavior
Run the same way it does with node.
Environment & setup
The text was updated successfully, but these errors were encountered:
What version of
drizzle-orm
are you using?0.29.3
What version of
drizzle-kit
are you using?0.20.10
Describe the Bug
When drizzle kit is run with Bun it can't find my tables.
Bun version: 1.0.21
I have started this new svelte kit project to try out drizzle.
Here is the repo: https://github.com/brunoti/habit-tracker
I'm using Turso. When running drizzle-kit with Bun I first got
Bun is undefined
then I used bun --bun and it simply can't find the tables. When run with pnpm the tables are found and the migration is generated.Does anyone know why?
CleanShot.2024-01-11.at.09.25.41.mp4
Expected behavior
Run the same way it does with node.
Environment & setup
The text was updated successfully, but these errors were encountered: