Skip to content

Commit 8bf9960

Browse files
avivkellertargos
authored andcommitted
doc: add --experimental-sqlite note
PR-URL: #53907 Reviewed-By: Chemi Atlow <chemi@atlow.co.il> Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
1 parent 9c7b009 commit 8bf9960

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/api/sqlite.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
added: v22.5.0
77
-->
88

9-
> Stability: 1.1 - Active development
9+
> Stability: 1.1 - Active development. Enable this API with the
10+
> [`--experimental-sqlite`][] CLI flag.
1011
1112
<!-- source_link=lib/sqlite.js -->
1213

@@ -314,6 +315,7 @@ exception.
314315
| `BLOB` | `Uint8Array` |
315316

316317
[SQL injection]: https://en.wikipedia.org/wiki/SQL_injection
318+
[`--experimental-sqlite`]: cli.md#--experimental-sqlite
317319
[`sqlite3_changes64()`]: https://www.sqlite.org/c3ref/changes.html
318320
[`sqlite3_close_v2()`]: https://www.sqlite.org/c3ref/close.html
319321
[`sqlite3_exec()`]: https://www.sqlite.org/c3ref/exec.html

0 commit comments

Comments
 (0)