Fork me on GitHub
#sql
<
2023-05-05
>
seancorfield21:05:25

@vemv You asking about timing SQL operations in https://github.com/seancorfield/next-jdbc/issues/251 and I was wondering whether the link to the timing example for with-logging was helpful? And for everyone else using next.jdbc: have you used with-logging? What do you use it for?

vemv23:05:06

Hey! Yes, sorry for the delay. I have it pending to try it out. But it certainly looks like it would work. My only 'complaint' is that I couldn't see that that was a (presumably) usual use of result-logger . Its description in the docstring seemed a bit abstract at the time. I also had grepped the repo for time , no results

vemv23:05:10

If, for instance, See <clojuredocs link> for a time-measuring example was added to the docstring, we could surely consider the issue closed.

seancorfield23:05:19

Ah, gotcha! OK, I'll add these notes to that issue and update the docstrings etc when I next work on next.jdbc. Thanks for the feedback!