FastAPI async SQLAlchemy full sample project setup
デベロッパー
公開チャット
製品詳細
Full sample up how to use async SQLAlchemy with FastAPI in asynchronous way.
Using PostgreSQL and Python.
Full description and project available on my blog (Feel feel to purchase it here and support me).
Summary:
Base project showing how to use Python and FastAPI web framework using asyncio.
Recently SQLAlchemy allowed to use the async ORM which is a perfect match with FastAPI.
FastAPI great dependency injection and it's usage to create a session per request improves the performance and implementation.
Dependencies:
* Python 3.9 (FastAPI, poetry)
* Docker
* PostgreSQL
* SQLAlchemy 1.4
* docker compose setup* Python 3 (FastAPI) setup
* connection with PostgreSQL
* usage of SQLAlchemy 1.4
* Domain Driven Design and repository pattern
価格情報
利用できるデータはありません