sopel-irc / sopel

:robot::speech_balloon: An easy-to-use and highly extensible IRC Bot framework. Formerly Willie.
https://sopel.chat
Other
950 stars 405 forks source link

TODO: SQLAlchemy 2.0 Support #2492

Open ghost opened 1 year ago

ghost commented 1 year ago

Requested Feature

Currently Sopel depends on SQLA 1.4. That's already pretty good, as that brings us probably more than 90% of the way to being ready to convert to SQLA 2.0 (good job Exi! #2243).

This issue is being created mostly as a reminder to work on converting some bits of Sopel to work with SQLA 2.0 for Sopel 9 or some such. Exi might have more information to add in regards to this.

Problems Solved

If a user wants to write a plugin for Sopel, they can be sure they're using the latest and greatest SQLA. 😎

Alternatives

No response

Notes

Maintainers: feel free to edit the title and this issue text as desired. I know I'm not always the best with words.