I’m coming here after opening ticket#34747 (Django hangs on async views with asycio.gather and an async ORM call) – Djangoand having it closed as#worksforme. I have this simple view: {{{ import asyncio from django.http import HttpResponse from myapp.models import MyModel async d...
AsyncORMis a fully asyncORMinspired by the fantasticdjango orm AsyncORMcurrently only supports postgres, but its developed to be "easy" to plug a number of different database interfaces. It is designed to be used with any async library, but withsanicin mind. ...