diff --git a/doc/api/sqlite.md b/doc/api/sqlite.md index 1b58529500d47b..ac17ecca640d21 100644 --- a/doc/api/sqlite.md +++ b/doc/api/sqlite.md @@ -6,7 +6,8 @@ added: v22.5.0 --> -> Stability: 1.1 - Active development +> Stability: 1.1 - Active development. Enable this API with the +> [`--experimental-sqlite`][] CLI flag. @@ -314,6 +315,7 @@ exception. | `BLOB` | `Uint8Array` | [SQL injection]: https://en.wikipedia.org/wiki/SQL_injection +[`--experimental-sqlite`]: cli.md#--experimental-sqlite [`sqlite3_changes64()`]: https://www.sqlite.org/c3ref/changes.html [`sqlite3_close_v2()`]: https://www.sqlite.org/c3ref/close.html [`sqlite3_exec()`]: https://www.sqlite.org/c3ref/exec.html