OHDSI / DatabaseConnector

An R package for connecting to databases using JDBC.
http://ohdsi.github.io/DatabaseConnector/
54 stars 80 forks source link

Use exported odbc classes #263

Open hadley opened 9 months ago

hadley commented 9 months ago

The dev version of odbc exports the classes it defines, so once it's on CRAN you can use them, rather than redefining yourself (https://github.com/OHDSI/DatabaseConnector/blob/bee58a314996123b59e08bd489bf712e14391c4f/R/DBI.R#L61-L70). This will avoid conflicting classes definition between odbc and DatabaseConnector.

schuemie commented 9 months ago

Thanks! I think this fits nicely with our new development to use dbplyr backends for the various data platforms @ablack3