beanumber / etl

R package to facilitate ETL operations
127 stars 21 forks source link

Figure out what to do with extra DBI functionality #9

Closed beanumber closed 8 years ago

beanumber commented 8 years ago

My pull request to add dbCreateIndex() was denied from DBI.

So now that functionality will probably move here.

The pull request for dbRunScript() is still pending...

cpsievert commented 8 years ago

I like the idea of a DBIadmin package and having etl import it.

beanumber commented 8 years ago

It seems like DBI is undergoing development, but maybe this would help push them forward.

beanumber commented 8 years ago

This seems to all be in dplyr now, with the exception of dbRunScript.