Investigating Tortoise ORM and GINO ORM...
I need to introduce some async ORM with the current stack:
Tornado with asyncio loop, AIOHTTP, with PostgreSQL and MSSQL.
This project revolves heavily around realtime and due to the realtime requirements, blocking during database access is not acceptable.
Considering that these ORMs are both young projects, I wondered if anybody had some experience with similar stack and these async ORMs?