Why did you use transactions in queries? #20
-
Hi, |
Beta Was this translation helpful? Give feedback.
Answered by
benbjohnson
Jan 27, 2021
Replies: 1 comment
-
I find it easier to compose lower level helper functions if they all use a |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
benbjohnson
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I find it easier to compose lower level helper functions if they all use a
*sql.Tx
. If there was a performance hit and I needed to optimize then I would consider removing them then.