-
Notifications
You must be signed in to change notification settings - Fork 21
[feature request] implement connection services #90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Oh, loophole!
Achieves what I wanted, if inelegantly. I still think it would be good to provide the |
Not sure if this is referring to RStudio preview versions >= 1.2.1? I have installed the preview version and was excited to try out the new SQL database 'connection' feature, only to discover that this has to be set up for each package that makes connections to databases and isn't yet automatically detected for The FAQ for the preview version says that package authors need to implement the RStudio connections contract. Would it be possible to implement this for the |
No, this feature request isn't about RStudio "connections". I'd suggest you
open a separate issue, or switch to the RPostgres package (which is what I
did).
…On Mon, Feb 4, 2019, 4:49 PM AmyMikhail ***@***.*** wrote:
Not sure if this is referring to RStudio preview versions >= 1.2.1?
I have installed the preview version and was excited to try out the new
SQL database 'connection' feature, only to discover that this has to be set
up for each package that makes connections to databases and isn't yet
automatically detected for RPostgreSQL.
The FAQ for the preview version says that package authors need to
implement the RStudio connections contract
<https://rstudio.github.io/rstudio-extensions/connections-contract.html>.
Would it be possible to implement this for the RPostgreSQL package? This
new feature in RStudio would be really useful for creating queries.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#90 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADOiHdZyaO7O7mfOgsI5gMUs16G-7KOFks5vKKrpgaJpZM4O38Tj>
.
|
Quoting from the current docs:
The implementation should allow creating a connection with
where the (by default)
~/.pg_service.conf
file contains an entry forxyz
that centrally stores all the connection parameters.Happy to start work on a PR.
The text was updated successfully, but these errors were encountered: