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

Support for a different sql backend (e.g. mysql) #13

Open
javadba opened this issue Mar 4, 2018 · 1 comment
Open

Support for a different sql backend (e.g. mysql) #13

javadba opened this issue Mar 4, 2018 · 1 comment

Comments

@javadba
Copy link

javadba commented Mar 4, 2018

Hi - I'd consider working on this as an enhancement : but would appreciate some insight/ advice on it. It is my belief there were some PR for that on the original yhat repo but I can not find it now.

lmk. stephen boesch

@airtoxin
Copy link
Owner

airtoxin commented Mar 4, 2018

To realize that feature, replace database connection object conn to another sql backend connection objects that supported by pandas https://pandas.pydata.org/pandas-docs/stable/generated/pandas.DataFrame.to_sql.html
If you implement that and PR, I'll leave some advices.

  1. Create another SQLDFXXX class for each sql backend.
  2. Create factory method to get matched SQLDF client.

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

No branches or pull requests

2 participants