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
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -171,6 +171,10 @@ Toggle raw mode.
171
171
172
172
This function enables or disables raw mode. Prepared statements return objects by default, but if raw mode is enabled, the functions return arrays instead.
173
173
174
+
### timed([toggle]) ⇒ this
175
+
176
+
Toggle query duration timing.
177
+
174
178
### columns() ⇒ array of objects
175
179
176
180
Returns the columns in the result set returned by this prepared statement.
0 commit comments