반응형
아래처럼 create_db.py를 만든 후에 Base와 엔진을 임포트 한다.
그리고 아래와 같은 코드를 적으면 table을 만들어준다
from database.database import Base, engine
from database.models import User
print('create database..')
Base.metadata.create_all(engine)
반응형
'Fast API > fastapi 팁' 카테고리의 다른 글
TimescaleDB에 배우기 (0) | 2023.12.12 |
---|---|
[FastAPI] 이미지 파일 업로드 하기 (1) | 2021.12.13 |
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)? (0) | 2021.11.17 |
Is the server running locally and accepting connections on that socket (0) | 2021.11.16 |
Postgresql 로그인 접속실패 해결방법 (0) | 2021.11.16 |
댓글