FastAPI - async SQLAlchemy DB queries

Опубликовано: 22 Ноябрь 2024
на канале: Learnbatta
3,906
86

In the previous video [   • FastAPI - using SQLAlchemy for DB que...  ] we have seen how we can make #sqlalchemy queries to fetch the data from the database.

In this video, we can talk about how to we can create more efficient API's using async sqlalchemy and #fastapi . We can also able see the difference between synchronous sqlalchemy and asynchronous sqlalchemy queries and performance effects on the API's.

You can find the source code at https://github.com/AnjaneyuluBatta505...

#python #fastapi #sqlalchemy .