-
Notifications
You must be signed in to change notification settings - Fork 31
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
Add mysql connector #40
Conversation
lib/dl_formula/pyproject.toml
Outdated
mysqlclient = ">=1.4.6" | ||
pymysql = "==1.1.0" | ||
oracledb = ">=1.3.1" |
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 shouldn't need these deps in a base dl_formula package
nothing related to specific connectors (pg, ch, oracle...)
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.
Seems that you're right. Will remove this dep and update lock file.
lib/dl_connector_mysql/Makefile
Outdated
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.
?
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.
Removed this file
Init pull request for mysql connector and mysql sqlalchemy packages