-
Do we need to explicitly close the connection after reading the data from database or does it automatically close the connection? |
Beta Was this translation helpful? Give feedback.
Answered by
dovahcrow
Aug 25, 2021
Replies: 1 comment
-
Hi, the connection will be automatically closed after each call of "read_sql". |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
wangxiaoying
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, the connection will be automatically closed after each call of "read_sql".