We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
right now i use bun:sqlite with the orm
bun:sqlite
but im having to also use better-sqlite3 with the kit
better-sqlite3
this is because in my config file, there is no driver for bun
bun
ideally i would like to just use bun:sqlite for the orm and kit
if this is already possible, please let me know how
thank you
The text was updated successfully, but these errors were encountered:
I think this is a duplicate of #1520 Also related: drizzle-team/drizzle-bun#5
I also dont know how to use bun:sqlite with Drizzle Kit / Drizzle Studio
Sorry, something went wrong.
Closing in favor of #1520.
No branches or pull requests
Describe what you want
right now i use
bun:sqlite
with the ormbut im having to also use
better-sqlite3
with the kitthis is because in my config file, there is no driver for
bun
ideally i would like to just use
bun:sqlite
for the orm and kitif this is already possible, please let me know how
thank you
The text was updated successfully, but these errors were encountered: