We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--experimental-sqlite
1 parent 9c7b009 commit 8bf9960Copy full SHA for 8bf9960
doc/api/sqlite.md
@@ -6,7 +6,8 @@
6
added: v22.5.0
7
-->
8
9
-> Stability: 1.1 - Active development
+> Stability: 1.1 - Active development. Enable this API with the
10
+> [`--experimental-sqlite`][] CLI flag.
11
12
<!-- source_link=lib/sqlite.js -->
13
@@ -314,6 +315,7 @@ exception.
314
315
| `BLOB` | `Uint8Array` |
316
317
[SQL injection]: https://en.wikipedia.org/wiki/SQL_injection
318
+[`--experimental-sqlite`]: cli.md#--experimental-sqlite
319
[`sqlite3_changes64()`]: https://www.sqlite.org/c3ref/changes.html
320
[`sqlite3_close_v2()`]: https://www.sqlite.org/c3ref/close.html
321
[`sqlite3_exec()`]: https://www.sqlite.org/c3ref/exec.html
0 commit comments