Closes the DuckDB connection and detaches from the current DuckLake.
Examples
if (FALSE) { # \dontrun{
attach_ducklake("my_ducklake")
# ... do work ...
detach_ducklake("my_ducklake")
} # }
Closes the DuckDB connection and detaches from the current DuckLake.
if (FALSE) { # \dontrun{
attach_ducklake("my_ducklake")
# ... do work ...
detach_ducklake("my_ducklake")
} # }