We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce2ec3d commit 25e14faCopy full SHA for 25e14fa
doc/api/sqlite.md
@@ -5,14 +5,17 @@
5
<!-- YAML
6
added: v22.5.0
7
changes:
8
+ - version: REPLACEME
9
+ pr-url: REPLACEME
10
+ description: SQLite is now a release candidate.
11
- version:
12
- v23.4.0
13
- v22.13.0
14
pr-url: https://github.com/nodejs/node/pull/55890
15
description: SQLite is no longer behind `--experimental-sqlite` but still experimental.
16
-->
17
-> Stability: 1.1 - Active development.
18
+> Stability: 1.2 - Release candidate.
19
20
<!-- source_link=lib/sqlite.js -->
21
lib/sqlite.js
@@ -1,6 +1,3 @@
1
'use strict';
2
-const { emitExperimentalWarning } = require('internal/util');
3
-
4
-emitExperimentalWarning('SQLite');
module.exports = internalBinding('sqlite');
0 commit comments