Releases resources held by an lb_connection or lb_database object.
After calling lb_close(), the object should not be used.
Examples
if (FALSE) { # \dontrun{
db <- lb_database(":memory:")
conn <- lb_connection(db)
lb_close(conn)
lb_close(db)
} # }
