-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
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
Add support for @libsql/client package #3407
Comments
This is happening because better-sqlite3 which is a dependency of @libsql/client is using V8 C++ bindings and that is difficult for Bun to support (as Bun uses JavaScriptCore) |
@Jarred-Sumner is better-sqlite3 support on the roadmap for v1 or is there a workaround ?
Edit : This was more complicated, made a PR there to add support for |
This isn't something we're considering right now. Also, going to close as a duplicate for another tracking issue. |
Duplicate of #4290 |
What version of Bun is running?
0.6.10
What platform is your computer?
Darwin 22.5.0 arm64 arm
What steps can reproduce the bug?
try use this package: https://www.npmjs.com/package/@libsql/client
i.e. try run this code:
with
tsx
works:with
bun
get this:Really love using this lib and would love to use it with bun.
The text was updated successfully, but these errors were encountered: