-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
better-sqlite3
doesn't work
#26034
Comments
Might be dupe for #15717 |
import 'npm:better-sqlite3'
doesn't work
It's interesting! Libsql totally works!
|
The underlying reason is that If Other packages (such as sqlite3 and libsql) do use NAPI, and so they work in deno |
Thanks for the explanation! I dunno how important part of the ecosystem is Feel free to close this issue as "wan't fix". |
It is technically possible to emulate Node.js NaN and expose V8 C++ symbols. There are usually not any breaking changes to old V8 APIs that modules like |
Same issue here :(
|
WORKAROUND
If you don't mind WAL mode - use
libsql
instead (it's compatible withbetter-sqlite3
API):Original issue
This issue was raised earlier in #18444 and #19130 but was closed as "fixed".
However, it's not.
The text was updated successfully, but these errors were encountered: