ucam-department-of-psychiatry / camcops

Cambridge Cognitive and Psychiatric Test Kit (CamCOPS)
Other
12 stars 8 forks source link

Update to SQLAlchemy 2.0 #322

Open martinburchell opened 11 months ago

martinburchell commented 11 months ago

SQLAlchemy 1.4 is marked as legacy and at the time of writing is still being maintained. I can't see any mention of an end-of-life date. So this is low priority for now.

My understanding is that SQLAlchemy 2.0 has a more simplified API to earlier versions, meaning there are fewer ways to achieve the same end and leading to more consistent code.

So we should work towards migrating to 2.0. Fortunately this need not be done all at once. See https://docs.sqlalchemy.org/en/14/changelog/migration_20.html