Generating Prisma Client
I am trying to better understand how to correctly import the client from https://www.prisma.io/docs/orm/prisma-client/setup-and-configuration/generating-prisma-client
I have used the new configuration: and see that to use the client I should import as follows:
Below this I then see a section about
I have used the new configuration: and see that to use the client I should import as follows:
Below this I then see a section about
@prisma/client? Should this be ignored if using the new way? Thanks!This page explains how to generate Prisma Client. It also provides additional context on the generated client, typical workflows and Node.js configuration.
