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.
--experimental-sqlite
1 parent fcda284 commit ba0f7e6Copy full SHA for ba0f7e6
doc/api/sqlite.md
@@ -11,7 +11,8 @@ added: v22.5.0
11
<!-- source_link=lib/sqlite.js -->
12
13
The `node:sqlite` module facilitates working with SQLite databases.
14
-To access it:
+This feature can only be used when the `--experimental-sqlite` CLI
15
+flag is specified. To access it:
16
17
```mjs
18
import sqlite from 'node:sqlite';
0 commit comments