Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
sqlite: mark as release candidate
PR-URL: REPLACEME
  • Loading branch information
mcollina committed Jan 4, 2026
commit c02731d74d5a8183815fb30a56afedabc271f14f
5 changes: 4 additions & 1 deletion doc/api/sqlite.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,17 @@
<!-- YAML
added: v22.5.0
changes:
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/61262
description: SQLite is now a release candidate.
- version:
- v23.4.0
- v22.13.0
pr-url: https://github.com/nodejs/node/pull/55890
description: SQLite is no longer behind `--experimental-sqlite` but still experimental.
-->

> Stability: 1.1 - Active development.
> Stability: 1.2 - Release candidate.

<!-- source_link=lib/sqlite.js -->

Expand Down
3 changes: 0 additions & 3 deletions lib/sqlite.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
'use strict';
const { emitExperimentalWarning } = require('internal/util');

emitExperimentalWarning('SQLite');

module.exports = internalBinding('sqlite');
Loading