connections
connections copied to clipboard
https://rstudio.github.io/connections/
Hi folks, Any plans to support NoSQL via [nodbi](https://github.com/ropensci/nodbi) connections? I believe it would be a very nice addition. Thank you
Looks like the package was dropped from CRAN a couple of weeks ago for unaddressed check failures. I use the package for teaching to wrap RPostgres and a couple of...
The link to connections from the README returns a 404: ``` [Connection Pane](https://db.rstudio.com/rstudio/connections/) ```
Hi, Great package! Recently started exploring this and find it useful when working with multiple different datasets located on different platforms (BGQ, Redshift, Postgres, etc.). A question in relation to...
Hi, Thanks for providing such a useful package. I successfully connected the the database using snippet file (refer: https://rstudio.github.io/rstudio-extensions/rstudio-connections.html ). But, cannot find a way to execute query on connected...
Hello, I have been testing out the connections packages at work. I was able to create a connection in the connections pane with `connection_open()` and then close the connection with...
Hello, First this package is really cool! I love that you can pin a connection and then recall that connection, as this would be very useful when running code on...
If you obscure connection details, by using `config` for example, then the resulting connections pane can be a bit odd. The following connection uses `config` to store the credentials: ```r...
Certain DBI functions don't have methods for `connConnection` objects. I've found the following: * `dbListTables()` * `dbRemoveTable()` * `dbDisconnect()` - although `connections` provides `connection_close()`, which is the preferred method of...
Hi, Wonderful package! I was wondering if it is possible to pin an explicit SQL statement, similar to the example of pinning a dplyr database command Example use cases would...