counterdata-network / story-processor

Story discovery engine for the Counterdata Network. Grabs relevant stories from various APIs, runs them against bespoke classifier models, post results to a central server.
Apache License 2.0
0 stars 2 forks source link

upgrade SQLAlchemy to v2.x #3

Closed rahulbot closed 1 year ago

rahulbot commented 1 year ago

We use SQLAlchemy for ORM on top of our Postgres database. They have updated their architecture to a v2.x line of code, while we still use v1.4.x. We need to upgrade our usage of their library to keep up with the v2.x line. This migration guide will probably be helpful.

rahulbot commented 1 year ago

Completed via #10