mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
doc: add --experimental-sqlite
note
PR-URL: https://github.com/nodejs/node/pull/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>
This commit is contained in:
parent
03f7f8c1b8
commit
6fc0218e3e
@ -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 -->
|
||||
|
||||
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user