File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 55<!-- YAML
66added: v22.5.0
77changes:
8+ - version: REPLACEME
9+ pr-url: https://github.com/nodejs/node/pull/61262
10+ description: SQLite is now a release candidate.
811 - version:
912 - v23.4.0
1013 - v22.13.0
1114 pr-url: https://github.com/nodejs/node/pull/55890
1215 description: SQLite is no longer behind `--experimental-sqlite` but still experimental.
1316-->
1417
15- > Stability: 1.1 - Active development .
18+ > Stability: 1.2 - Release candidate .
1619
1720<!-- source_link=lib/sqlite.js -->
1821
Original file line number Diff line number Diff line change 11'use strict' ;
2- const { emitExperimentalWarning } = require ( 'internal/util' ) ;
3-
4- emitExperimentalWarning ( 'SQLite' ) ;
52
63module . exports = internalBinding ( 'sqlite' ) ;
You can’t perform that action at this time.
0 commit comments