Last 12 weeks · 0 commits
1 of 6 standards met
I wonder how to setup bun:sqlite with Drizzle Kit so I can push and migrate so it would be great if you could add an example to this project. What confuses me is that with bun:sqlite I dont need to setup a url, I just define a database: but in drizzle.config I can only chose and it says is required.
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 then I used bun --bun and it simply can't find the tables. When ran with pnpm the tables are found and the migration is generated. Anyone knows why? https://github.com/drizzle-team/drizzle-bun/assets/6011421/a17462b6-4647-4407-ba08-27e88e009c14
Repository: drizzle-team/drizzle-bun. Description: Drizzle ORM + bun:sqlite showcase Stars: 49, Forks: 4. Primary language: TypeScript. Languages: TypeScript (100%). Open PRs: 1, open issues: 1. Last activity: 3y ago. Community health: 25%. Top contributors: AlexBlokh.
Hi there, I'm having a strange issue with Drizzle while using with Bun. !image The code: I may be missing something. How can I solve this issue?
I am trying to use Drizzle with SQLite on BUN, is not possible. It does not migrate the schema to the Repository Link:** https://github.com/otekdo/bunjs-drizzle-sqlite command works command does not works It does not matter which driver is set on drizzle config file, issue still happens or Environment