refactor(backend): SQLite → PostgreSQL 마이그레이션 + wing DB 연결 #22
불러오는 중...
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/refactor-phase3-db-migration"
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?
변경 사항
wingDb.ts신규 생성: PostgreSQL wing DB 연결 Poollayers.ts라우터: better-sqlite3 동기 → pg 비동기 전환database/migration/001_layer_table.sql: LAYER 테이블 DDL (표준 네이밍)seed.ts: PostgreSQL 전환 (CSV → wing.LAYER INSERT)database.ts삭제,better-sqlite3+@types/better-sqlite3의존성 제거server.ts: initDatabase() 제거, testWingDbConnection() 추가API 호환성
검증
테스트