We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
node:sqlite
node:
1 parent 7d28de9 commit b67986fCopy full SHA for b67986f
doc/api/modules.md
@@ -519,6 +519,7 @@ modules from having a conflict with user land packages that already have
519
taken the name. Currently the built-in modules that requires the `node:` prefix are:
520
521
* [`node:sea`][]
522
+* [`node:sqlite`][]
523
* [`node:test`][]
524
* [`node:test/reporters`][]
525
@@ -1278,6 +1279,7 @@ This section was moved to
1278
1279
[`module` core module]: module.md
1280
[`module` object]: #the-module-object
1281
[`node:sea`]: single-executable-applications.md#single-executable-application-api
1282
+[`node:sqlite`]: sqlite.md
1283
[`node:test/reporters`]: test.md#test-reporters
1284
[`node:test`]: test.md
1285
[`package.json`]: packages.md#nodejs-packagejson-field-definitions
0 commit comments