py-upsert
py-upsert copied to clipboard
Python library to make it easy to upsert on MySQL, PostgreSQL, and SQLite3.
Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 0.7.8 to 1.3.0. Release notes Sourced from sqlalchemy's releases. 1.3.0 Released: March 4, 2019 [feature] [schema] Added new parameters Table.resolve_fks and MetaData.reflect.resolve_fks which when set to False...
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...
It appears that upsert depends on decorator, but doesn't declare this for installation via pip. ``` Collecting upsert==0.0.1 (from -r requirements_dev.txt (line 5)) Downloading upsert-0.0.1.tar.gz Traceback (most recent call last):...