py-upsert
py-upsert copied to clipboard
Updates for work with Python3 (only made updates for sqlite3)
I don't know if you plan on maintaining this anymore, but though I would make a pull request nonetheless. I only check whether these updates work for sqlite3. If any additional changes need to be made, it is likely related to .keys() and .values() needing to be wrapped in a list for concatenation, like I did in the sqlite3 code.