Show time spent on each query in terminal? #2876
DenisBessa
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I did a small logger to display formatted queries in console:
The logger displays the query before it is executed.
I was wondering if there is a way to also display the time spent in each query, using the
performance
API.I know it is possible to do it by manually creating the query mechanism. But I wanted a simpler way.
Beta Was this translation helpful? Give feedback.
All reactions