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
@@ -157,6 +157,10 @@ around [`sqlite3_prepare_v2()`][].
157
157
158
158
### `database.createSession([options])`
159
159
160
+
<!-- YAML
161
+
added: REPLACEME
162
+
-->
163
+
160
164
*`options` {Object} The configuration options for the session.
161
165
*`table` {string} A specific table to track changes for. By default, changes to all tables are tracked.
162
166
*`db` {string} Name of the database to track. This is useful when multiple databases have been added using [`ATTACH DATABASE`][]. **Default**: `'main'`.
@@ -166,14 +170,18 @@ Creates and attaches a session to the database. This method is a wrapper around
0 commit comments