We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec1847a commit 3b08efcCopy full SHA for 3b08efc
1 file changed
doc/api/sqlite.md
@@ -733,11 +733,19 @@ Similar to the method above, but generates a more compact patchset. See [Changes
733
in the documentation of SQLite. An exception is thrown if the database or the session is not open. This method is a
734
wrapper around [`sqlite3session_patchset()`][].
735
736
-### `session.close()`.
+### `session.close()`
737
738
Closes the session. An exception is thrown if the database or the session is not open. This method is a
739
wrapper around [`sqlite3session_delete()`][].
740
741
+### `session[Symbol.dispose]()`
742
+
743
+<!-- YAML
744
+added: v24.9.0
745
+-->
746
747
+Closes the session. If the session is already closed, does nothing.
748
749
## Class: `StatementSync`
750
751
<!-- YAML
0 commit comments