jwcook23 / mssql_dataframe

Update, Upsert, and Merge from Python dataframes to SQL Server and Azure SQL database.
MIT License
11 stars 4 forks source link

Support Other SQL Versions #3

Open jwcook23 opened 3 years ago

jwcook23 commented 3 years ago

Besides the MERGE statement for SQL Server / TSQL, other SQL versions such as MySQL, Postgres, etc. should be relatively easy to adopt.

jrecasens commented 8 months ago

I think that if you need other SQL syntax maybe you should use pandas/slqalchemy. My understanding is that this package is only for Microsoft SQL Server (MSSQL)