Hi @schuemie and all DatabaseConnector developers,
Seeing this post
I saw some great info there for setting up a connection to the different databases. I am aware that several databases (BigQuery included) may need a connection string that is not typical. I created a small R package to create that for Bigquery but wonder if we need to add that to the DatabaseConnector repo or keep those auxiliary functions separated.
I agree that keeping required connection parameters inside the DatabaseConnector package should absolutely be a requirement. Looking at your package, it builds the BigQuery specific parameters into a connection string, do you think this can be completed using the extra settings functionality?
I have added an issue on the DatabaseConnector github here that is probably a better place to discuss the changes/additions that need to be made.