-
Notifications
You must be signed in to change notification settings - Fork 35
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
Import #4 : from DB connection #4
Comments
+1 -- Maybe, I can help here and also with my own fequest #42 |
Your thoughts on what features this module should include are welcomed. My first two concerns:
|
Dear @pvictor, after a short discussion with my database colleague, we agreed that providing a GUI for connecting to arbitrary databases would clearly be out of scope for your widget, what do you think? Therefore, we could offer a drop-down with existing opened connections from the global environment or this RStudio-Connection panel. Maybe, I find time for searching for GUI packages helping with creating such connections, so that we could optionally use such a package for adding custom connections. Maybe, I consider such important, that I would start writing such a widget, not sure about the latter yet. Regarding the selection of a schema, the SQL standard lacks a default way of retrieving these. However, according to https://en.wikipedia.org/wiki/Information_schema , the |
Digged deeper a bit for abstract solutions (not for the first time). I would come to the conclusion, that this issue needs specific widgets for each DBI driver, because they differ too much from each other. Also, this way, the driver-selection drop-down could be filled based on manually defined rules like "PostgreSQL is available if NB: Although, I found a way to find all installed DBI drivers, still, the connection parameters cannot be easily found out. |
Goal : use a DBI connection to import a table
Features:
DBI::dbConnect
?The text was updated successfully, but these errors were encountered: