Async Database Operations with SQLModel
So far, we've covered how to manage database migrations with SQLModel and Alembic. Next, we are going to perform database operations asynchronously.
TL;DR
Install an async-powered database engine (like, aiosqlite, asyncpg etc.)
poetry add aiosqlite...
arunanshub.hashnode.dev4 min read