Teodor

Results 2 issues of Teodor

Sqlalchemy in 1.4 support asynchronous I/O. I would like to know about plans to support async 1.4+ sqlalchemy. Will this be implemented in the graphene-sqlalchemy?

enhancement

## Description ### Problem Our FastAPI application with python-dependency-injector is experiencing high CPU usage (100%+) and poor performance under load. ### Example Implementation ```python class Container(containers.DeclarativeContainer): config = providers.Configuration() db...