Properly disconnects from the DuckDB database.
Examples
if (FALSE) { # \dontrun{
conn <- connect_to_bouncer()
# ... do work ...
disconnect_bouncer(conn)
} # }
Properly disconnects from the DuckDB database.
if (FALSE) { # \dontrun{
conn <- connect_to_bouncer()
# ... do work ...
disconnect_bouncer(conn)
} # }