Hi everyone! I’m coming here after opening ticket #34747 (Django hangs on async views with asycio.gather and an async ORM call) – Django and having it closed as #worksforme. I have this simple view: {{{ import asynci…
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. ...