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
1.1.33+247456b67
Darwin 24.1.0 arm64 arm
import Database from "better-sqlite3" new Database("foo")
It works.
dyld[65247]: missing symbol called
Question -- can I just import from bun:sqlite as a drop-in replacement for better-sqlite3?
bun:sqlite
better-sqlite3
The text was updated successfully, but these errors were encountered:
This happens because better-sqlite3 uses V8 APIs that Bun doesn't support yet. You can track our progress on V8 in issue #4290.
can I just import from bun:sqlite as a drop-in replacement for better-sqlite3?
The APIs aren't exactly the same.
Sorry, something went wrong.
No branches or pull requests
What version of Bun is running?
1.1.33+247456b67
What platform is your computer?
Darwin 24.1.0 arm64 arm
What steps can reproduce the bug?
What is the expected behavior?
It works.
What do you see instead?
dyld[65247]: missing symbol called
Additional information
Question -- can I just import from
bun:sqlite
as a drop-in replacement forbetter-sqlite3
?The text was updated successfully, but these errors were encountered: