Skip to content

Commit

Permalink
doc: add --experimental-sqlite note
Browse files Browse the repository at this point in the history
PR-URL: #53907
Reviewed-By: Chemi Atlow <[email protected]>
Reviewed-By: Vinícius Lourenço Claro Cardoso <[email protected]>
Reviewed-By: Antoine du Hamel <[email protected]>
  • Loading branch information
RedYetiDev authored and targos committed Jul 28, 2024
1 parent 9c7b009 commit 8bf9960
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/api/sqlite.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
<!-- source_link=lib/sqlite.js -->

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8bf9960

Please sign in to comment.