-
-
Notifications
You must be signed in to change notification settings - Fork 33.4k
Closed
Labels
docIssues and PRs related to the documentations.Issues and PRs related to the documentations.good first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.
Description
Affected URL(s)
https://nodejs.org/api/sqlite.html
Description of the problem
In Node.js v22.5.0, sqlite was exposed as the builtin node:sqlite
module. Neither the blog post, nor the API docs (https://nodejs.org/api/sqlite.html) mention that one must use node --experimental-sqlite ...
to get access to the module. Adding that mention would help avoid spurious bug reports like #53905 that I just opened. :)
pubkey, emilfihlman, GabrielDelepine and kaspar-p
Metadata
Metadata
Assignees
Labels
docIssues and PRs related to the documentations.Issues and PRs related to the documentations.good first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.