how to use sqlc without context ? #1837
-
hi guys: I have a cron job to do ( fetch third party data and save it to DB)
|
Beta Was this translation helpful? Give feedback.
Answered by
kyleconroy
Sep 8, 2022
Replies: 1 comment 1 reply
-
Contexts are very easy to create. A simple |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
kyleconroy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Contexts are very easy to create. A simple
context.Background()
will suffice.