Open krlmlr opened 7 years ago
Usage like this:
dbWithConnection( con <- dbConnect(...), { dbWithResult( res <- dbSendQuery(con, ...), { dbFetch(res) } ) } )
Handled by {withr}.
Usage like this: