asked
Introduction to Python Backend with FastAPI for Beginners (From FastAPI to Asynchronous SQLAlchemy) [Full Stack Part1-2]
SQLAlchemy asynchronous execution modification and deletion
Written on
·
52
0
실제 현업에서는 동기 엔진 모듈과 비동기 엔진 모듈 두개를 만들어두고, 상황에 따른 api를 정의 후 호출해서 사용되는지 궁금합니다.
Answer