ropensci / restez

:sleeping: :open_file_folder: Create and Query a Local Copy of GenBank in R
https://docs.ropensci.org/restez
Other
25 stars 5 forks source link

joelnitta/issue33 #35

Closed joelnitta closed 2 years ago

joelnitta commented 2 years ago

Fixes #33 by changing use of restez_connect() and restez_disconnect(): they are no longer user-facing, and instead get run internally for each instance of connecting to the local database. This prevents extra connections from being created and garbage-collected.

Also: