Are concurrent database queries in ASGI a thing?

I got the bottom of this myself, and the answer is, no, as of 5.0, Django can not execute database queries concurrently.

Now I understand that implementing a truly asynchronous database backend is a huge undertaking. The only thing I found is this work in progress pull request, but it seems to be in a very early stage: Support async database backends by domingues · Pull Request #17275 · django/django · GitHub