[Code 개선] #16. [Database] SQLAlchemy 도입 및 SQLite 데이터베이스 연동 설정 #30
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
1. 목표
작업 상태 관리와 문서 메타데이터 영구 저장을 위해 SQLAlchemy를 도입하고 SQLite 데이터베이스와의 연동 아키텍처를 구축합니다.
2. 상세 원인 및 배경
Original: Kyeongmin/test#46