File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -39,13 +39,13 @@ npx prisma@latest init --generator-provider prisma-client --output ./generated
3939
4040Let's understand the key parameters:
4141
42- - ` --generator-provider prisma-client ` : Define o provedor "prisma-client" ao
43- invés do padrão "prisma-client-js". O provedor "prisma-client" é otimizado
44- para Deno e gera código TypeScript compatível com o runtime do Deno.
42+ - ` --generator-provider prisma-client ` : Define the provides as
43+ "prisma-client-js" instead of the default "prisma-client-js". The
44+ "prisma-client" provider is optimized for Deno and generates TypeScript code
45+ compatible with the Deno runtime.
4546
46- - ` --output ` : Define o diretório onde o Prisma salvará os arquivos do cliente
47- gerado, incluindo definições de tipos e utilitários de acesso ao banco de
48- dados.
47+ - ` --output ` : Defines the directory where Prisma will save the generated client
48+ files, including type definitions and database access utilities.
4949
5050This will generate
5151[ ` prisma/schema.prisma ` ] ( https://www.prisma.io/docs/orm/prisma-schema ) . Let's
You can’t perform that action at this time.
0 commit comments