Skip to content
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

adding observer for RStudio Connection #389

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

meztez
Copy link

@meztez meztez commented Jan 5, 2022

In case anyone need something similar.

I like to be able to use the connections pane in RStudio.

Comments welcome.

@krlmlr
Copy link
Member

krlmlr commented Apr 1, 2023

Thanks, appreciated. Many packages now implement the Connections Contract: https://github.com/search?q=org%3Acran+connectionObserver&type=code . There's also an rscontract package, and it's documented here: https://rstudio.github.io/rstudio-extensions/connections-contract.html.

I wonder if we could roll a solution in the DBI package so that all backends can benefit. The icon seems the most challenging, but could be made available either as a slot in the connection object, or as a new method?

@krlmlr krlmlr marked this pull request as draft April 1, 2024 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants