BritishGeologicalSurvey / etlhelper

ETL Helper is a Python ETL library to simplify data transfer into and out of databases.
https://britishgeologicalsurvey.github.io/etlhelper/
GNU Lesser General Public License v3.0
105 stars 25 forks source link

Add "all" option for driver installation #160

Closed rbroth closed 1 year ago

rbroth commented 1 year ago

When installing etlhelper with pip, the user needs to explicitly state the database drivers they want to install. If none are specified, none are installed. It would be good to add an option "all", which installs all drivers without having to specify each driver individually. This would also implicitly communicate that not providing list of drivers will result in no drivers being installed.

volcan01010 commented 1 year ago

Add an option for all here:

https://github.com/BritishGeologicalSurvey/etlhelper/blob/4615443a9c12459b56c2ceb8c6c3311d0af38bac/setup.py#LL59C1-L59C42

ximenesuk commented 1 year ago

Add an option for all here:

https://github.com/BritishGeologicalSurvey/etlhelper/blob/4615443a9c12459b56c2ceb8c6c3311d0af38bac/setup.py#LL59C1-L59C42

This is in https://github.com/BritishGeologicalSurvey/etlhelper/pull/151/commits/c9c05a6df92f4162267a02b79ef61c12628b968a part of #151

leorudczenko commented 1 year ago

This has been completed on the for_v1 branch.