You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Search for duplicates among the existing issues (both open and closed).
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", ...)
The text was updated successfully, but these errors were encountered:
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 thecon
object could be used indb_tbl
rather than have to specify all the database properties.pseudo-code
The text was updated successfully, but these errors were encountered: