prisma / prisma-engines

🚂 Engine components of Prisma ORM
https://www.prisma.io/docs/concepts/components/prisma-engines
Apache License 2.0
1.14k stars 219 forks source link

About customizing clients in other languages #2348

Open medz opened 2 years ago

medz commented 2 years ago

Can I add a custom client document to the document? For example, how to use the query engine, query parameters and the like.

dpetrick commented 2 years ago

Can you be a bit more specific? You mean the readme?

medz commented 2 years ago

Can I add a custom client document to the document? For example, how to use the query engine, query parameters and the like.

@dpetrick No, I think it is possible to add documentation on how to customize the client using the engine in the Prisma documentation, such as how to use it, download the engine, and how to sideload examples.