Logan Lee
07/06/2020, 12:36 AMRyan
07/06/2020, 8:04 AMdatabase: stastica
schema: stastica
As for Prisma 2, it doesn't require any docker image as it is completely different from Prisma 1. You can read about the differences here.Logan Lee
07/06/2020, 10:22 PMRyan
07/07/2020, 7:09 AMwell it deosn’t find anyway.Did you run
docker-compose down and then docker-compose up -d again? The schema will be created when you run prisma deploy
i know prisma2 doesn’t need that anymore but what if i want to use playground?As Prisma 2 doesn't have any separate server, it doesn't contain a Playground, so the basic example would be just a simple Node app made with Apollo Server or Express with the Playground for that itself.
Logan Lee
07/08/2020, 9:50 PMLogan Lee
07/08/2020, 9:50 PM