SQLAlchemy 2 In Practice - Chapter 7: Asynchronous SQLAlchemy
This chapter covers asynchronous programming support in SQLAlchemy 2 using the asyncio package, available for both Core and ORM modules since version 1.4, enabling SQLAlchemy to be used in modern applications like those built with FastAPI.