rstudio / rstudio/pointblank

Using an existing ODBC `con` object to connect to remote db

Open
#458 0 comments 0 reactions 1 assignee View on GitHub

@rich-iannone is already working on this.

Since Jan 6, 2023.

Type: ★ Enhancement
Dominant language
R
Stars
1k
Forks
59
Avg merge
25m
Merged PRs (30d)
4

Description

Prework

Proposal

We've configured our Workbench to use an ODBC connection which means that the database details are configured on the system and the user really just needs to provide their username and pw credentials to connect to a database. When connecting, a con object is created. For those that are interested in using pointblank for accessing remote databases, it would be nice if the con object could be used in db_tbl rather than have to specify all the database properties.

pseudo-code
db_tbl(con, table = "schema.table", ...)

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.