-
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
Tracking issue for node:sqlite
#24828
Comments
Just curious if there's been progress on this? Haven't dug into the 2.0 additions yet. |
I believe they said in the 2.0 live stream that |
Yes, it will be added once it's stable in Node.js |
I'm a bit surprised that in this PR #27308 the |
Depends on: - denoland/deno_core#994 - denoland/deno_core#993 - denoland/deno_core#999 - denoland/deno_core#1000 - denoland/deno_core#1001 Closes #24828  --------- Signed-off-by: Divy Srivastava <[email protected]>
@littledivy do you know if sqlite will be under Deno namespace or by |
|
If imports are an issue you should be able to get it with process.getBuiltinModule("node:sqlite") tho |
@easrng nice, thanks a lot! |
Related #11657
Tracking issue for implementing the
node:sqlite
API.Currently experimental - https://nodejs.org/api/sqlite.html
The text was updated successfully, but these errors were encountered: