Flask-SqlAlchemy-Upsert This demo showcases a Flask application with SqlAlchemy implementing a custom solution for an upsert function. Install dependencies pip install -r requirements.txt Run tests python -m pytest