How do you disconnect from the server?
RMHogervorst opened this issue · 0 comments
RMHogervorst commented
It is standard practice to disconnect from a database after use. I don't see an R function to do that.
DBI::disconnect()
for relational databases for instance
could you add that to the bottom of the readme?