You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit allows the node:sqlite module to be used without
starting Node with a CLI flag. The module is still experimental.
Fixes: #55854
PR-URL: #55890
Reviewed-By: Jake Yuesong Li <[email protected]>
Reviewed-By: Marco Ippolito <[email protected]>
Reviewed-By: Moshe Atlow <[email protected]>
Reviewed-By: Michaël Zasso <[email protected]>
Reviewed-By: Matteo Collina <[email protected]>
Copy file name to clipboardexpand all lines: doc/api/sqlite.md
+1-3
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,7 @@
6
6
added: v22.5.0
7
7
-->
8
8
9
-
> Stability: 1.1 - Active development. Enable this API with the
10
-
> [`--experimental-sqlite`][] CLI flag.
9
+
> Stability: 1.1 - Active development.
11
10
12
11
<!-- source_link=lib/sqlite.js -->
13
12
@@ -412,7 +411,6 @@ The following constants are meant for use with [`database.applyChangeset()`](#da
412
411
413
412
[Changesets and Patchsets]: https://www.sqlite.org/sessionintro.html#changesets_and_patchsets
0 commit comments