You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be interesting to see how SQLAlchemy 1.4.13+ compares when using the new asyncio support.
SQLAlchemy 1.4 was heavily revamped to support async/await, and the API was cleaned up too in preparation for release 2.0 which will drop Python 2.x support. Also perf optimizations, such as 30% speedup for small queries.