https://fastapi.tiangolo.com/tutorial/sql-databases/ SQL (Relational) Databases - FastAPI SQL (Relational) Databases FastAPI doesn't require you to use a SQL (relational) database. But you can use any relational database that you want. Here we'll see an example using SQLAlchemy. You can easily adapt it to any database supported by SQLAlchemy, l fastapi.tiangolo.com * 공식문서 순서상으론 Dependencies(의존성)..