NextJS + Prisma + PlanetScale 사용 방법
우선 PlanetScale(https://planetscale.com/) 사이트에 접속해서 계정 생성을 완료합니다. 다음은 PlanetScale CLI를 설치하기 위해 powershell 터미널 창을 열고 아래 명령어를 입력해 scoop을 설치합니다. (참고: https://scoop.sh/) Set-ExecutionPolicy RemoteSigned -Scope CurrentUser # Optional: Needed to run a remote script the first time irm get.scoop.sh | iex scoop 설치 후 pscale을 설치합니다. (참고: https://github.com/planetscale/cli#installation) scoop bucket add psca..