This skill guides you through implementing database layers in applications, from initial schema design to query optimization. It leverages GoodVibes precision tools and project analysis tools for type-safe, production-ready database implementations.
Before implementing any database changes, understand the current state using the detectstack analysis tool:
If starting fresh, consult the ORM comparison reference to select the appropriate technology stack.
작업에 데이터베이스 설계, 스키마 또는 데이터 액세스가 관련된 경우 사전에 로드하세요. 사용자가 "데이터베이스 설정", "스키마 생성", "마이그레이션 추가", "쿼리 작성" 또는 "Prisma 설정"이라고 말할 때 사용합니다. PostgreSQL, MySQL, SQLite 및 MongoDB에 대한 스키마 설계 및 정규화, ORM 설정(Prisma, Drizzle), 마이그레이션 워크플로, 연결 풀링, 쿼리 최적화, 인덱싱 전략, 시드 및 트랜잭션 패턴을 다룹니다. 출처: mgd34msu/goodvibes-plugin.