Skip to content

Commit

Permalink
doc, sqlite: add --experimental-sqlite note
Browse files Browse the repository at this point in the history
  • Loading branch information
avivkeller authored Jul 17, 2024
1 parent fcda284 commit ba0f7e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/api/sqlite.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ added: v22.5.0
<!-- source_link=lib/sqlite.js -->

The `node:sqlite` module facilitates working with SQLite databases.
To access it:
This feature can only be used when the `--experimental-sqlite` CLI
flag is specified. To access it:

```mjs
import sqlite from 'node:sqlite';
Expand Down

0 comments on commit ba0f7e6

Please sign in to comment.