Generating client without a connection to DB
Hello,
I want to generate the client as part of building my docker image. This building of the image will run inside a CI/CD pipeline. Just for generating the client Prisma wants to connect to the database which is not possible inside the pipeline. Is there a way to generate the client without the need of a running DBMS?
Why is there the need to have a runnign DBMS in the first place?
Greetings
I want to generate the client as part of building my docker image. This building of the image will run inside a CI/CD pipeline. Just for generating the client Prisma wants to connect to the database which is not possible inside the pipeline. Is there a way to generate the client without the need of a running DBMS?
Why is there the need to have a runnign DBMS in the first place?
Greetings