drizzle-team / drizzle-bun

Drizzle ORM + bun:sqlite showcase
45 stars 2 forks source link

drizzle.config.ts is missing #5

Open MickL opened 5 months ago

MickL commented 5 months ago

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: const client = new Database('my-db'); but in drizzle.config I can only chose better-sqlite and it says url is required.