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
PR-URL: #56012
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Copy file name to clipboardexpand all lines: doc/api/sqlite.md
+21-1
Original file line number
Diff line number
Diff line change
@@ -156,6 +156,10 @@ around [`sqlite3_prepare_v2()`][].
156
156
157
157
### `database.createSession([options])`
158
158
159
+
<!-- YAML
160
+
added: v23.3.0
161
+
-->
162
+
159
163
*`options` {Object} The configuration options for the session.
160
164
*`table` {string} A specific table to track changes for. By default, changes to all tables are tracked.
161
165
*`db` {string} Name of the database to track. This is useful when multiple databases have been added using [`ATTACH DATABASE`][]. **Default**: `'main'`.
@@ -165,14 +169,18 @@ Creates and attaches a session to the database. This method is a wrapper around
0 commit comments