r-dbi / dbi3

DBI revisited
https://r-dbi.github.io/dbi3
37 stars 2 forks source link

Optionally return tibbles #58

Open krlmlr opened 2 years ago

krlmlr commented 2 years ago

Base data frames don't work too well with nested or packed columns. Should we support optional return of tibbles? This would be a connection option that errors if the tibble package is not installed.