lunakv / academyruins-api

Rules API for Magic: The Gathering
https://api.academyruins.com/docs
GNU Affero General Public License v3.0
4 stars 1 forks source link

Upgrade to SQLAlchemy 2.0 #26

Open lunakv opened 1 year ago

lunakv commented 1 year ago

SQLAlchemy 2.0 was finally released, with (among other things) support for asynchronous psycopg3. We should migrate to the new version and rewrite the stack to be asynchronous again.

lunakv commented 1 year ago

This is currently blocked by APScheduler, which won't support SQLAlchemy 2.0 until v4 releases