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
Copy file name to clipboardExpand all lines: docs/api.md
+2
Original file line number
Diff line number
Diff line change
@@ -421,6 +421,8 @@ An object representing a single SQL statement.
421
421
-[Statement#bind()](#bindbindparameters---this)
422
422
-[Properties](#properties-1)
423
423
424
+
> NOTE: Statements are [finalized](https://www.sqlite.org/c3ref/finalize.html) when garbage collected so there is no explicit API for it. Statements are also finalized when the associated database is closed.
425
+
424
426
### .run([*...bindParameters*]) -> *object*
425
427
426
428
Executes the prepared statement. When execution completes it returns an `info` object describing any changes made. The `info` object has two properties:
0 commit comments