-
Notifications
You must be signed in to change notification settings - Fork 323
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
Database Connection Library #1351
Comments
Writing here to not forget to discuss this: I've noticed that we are currently not handling an edge case for we use suffixes to disambugate duplicate column names when joining two tables, but what if both tables contain a column named @kustosz how do you think we should handle this? The most straightforward for me is to just detect these situations and issue an error asking to rename the columns. Any other semi-automatic solutions is in my opinion likely to confuse users. |
Summary
In industry it is incredibly common to store data for later analysis in various kinds of database. To that end it is incredibly important for Enso to be able to connect to databases as part of workflows, using them as sources for data that is then processed and visualised.
Value
Enso will be able to connect to a variety of commonly-used databases.
Specification
Database
.Acceptance Criteria & Test Cases
The text was updated successfully, but these errors were encountered: