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 5dc0a78 commit 999f154Copy full SHA for 999f154
doc/changelogs/CHANGELOG_V22.md
@@ -105,7 +105,8 @@ Contributed by Richard Lau in [#55681](https://github.com/nodejs/node/pull/55681
105
106
#### SQLite Session Extension
107
108
-Basic support for the [SQLite Session Extension](https://www.sqlite.org/sessionintro.html) got added to the experimental `node:sqlite` module.
+Basic support for the [SQLite Session Extension](https://www.sqlite.org/sessionintro.html)
109
+got added to the experimental `node:sqlite` module.
110
111
```js
112
const sourceDb = new DatabaseSync(':memory:');
0 commit comments