Adventure-Bot / adventure-bot

Slay a monster! Stab your friend! Adventure Bot!
https://www.adventurebot.io/
6 stars 6 forks source link

Prisma #132

Closed jakiestfu closed 1 year ago

jakiestfu commented 2 years ago
  1. Copy packages/db/.env.sample to packages/db/.env and fill out value
  2. Model in schema.prisma
  3. Generate TS client via yarn db generate
  4. Push DB schema changes to remote: yarn db push
  5. View DB in Studio: yarn db studio