denoland / deno

A modern runtime for JavaScript and TypeScript.
https://deno.com
MIT License
98.09k stars 5.4k forks source link

Tracking issue for `node:sqlite` #24828

Open littledivy opened 3 months ago

littledivy commented 3 months ago

Related https://github.com/denoland/deno/issues/11657

Tracking issue for implementing the node:sqlite API.

Currently experimental - https://nodejs.org/api/sqlite.html

tracker1 commented 1 month ago

Just curious if there's been progress on this? Haven't dug into the 2.0 additions yet.

BlackAsLight commented 1 month ago

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 npm:sqlite has been completed but will only be released in Deno if nodejs takes it out of the experimental phase.

littledivy commented 1 month ago

Yes, it will be added once it's stable in Node.js