스킬 관리Skill조회 0

Prisma Postgres

Prisma Postgres 설정 및 운영 안내

01

언제 사용하는가

Console, create-db CLI, Management API 및 Management API SDK를 통해 Prisma Postgres 데이터베이스의 생성 및 관리에 대한 가이드입니다.

Prisma Postgres 데이터베이스 생성, Prisma Console에서 작업, create-db/create-pg/create-postgres로 프로비저닝하거나 서비스 토큰 또는 OAuth를 통한 프로그래밍적 프로비저닝을 통합할 때 사용합니다.

02

따라 하는 방법

  1. npx create-db@latest을 실행합니다.
  2. npx create-pg@latest을 실행합니다.
  3. npx create-postgres@latest을 실행합니다.
  4. npx -y @prisma/cli@latest database create main --branch main을 실행합니다.
03

설치 방법

npx skills add installs: 292 --skill prisma-postgres