-
Notifications
You must be signed in to change notification settings - Fork 75
modules topic #1314
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
modules topic #1314
Conversation
| `dataframe-json` | Provides support for JSON format writing and reading. | | ||
| `dataframe-csv` | Provides support for CSV format writing and reading. | | ||
| `dataframe-excel` | Provides support for XSL/XLSX format writing and reading. | | ||
| `dataframe-jdbc` | Provides support for JDBC data sources writing and reading. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For now only reading, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, really? I haven't known xD.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have a ticket, but not supporting writing
#### `dataframe-jdbc` {id="dataframe-jdbc"} | ||
|
||
Provides all logic and tests for DataFrame to be able to work with | ||
JDBC data sources. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's name them as SQL DataBases implemented the JDBC protocol
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix minor comment and go ahead
Closes #1300