Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing client in Prisma docs #25847

Closed
oasaleh opened this issue May 7, 2024 · 6 comments
Closed

Missing client in Prisma docs #25847

oasaleh opened this issue May 7, 2024 · 6 comments
Labels
documentation Improvements or additions to documentation

Comments

@oasaleh
Copy link

oasaleh commented May 7, 2024

I think these lines should be included

generator client {
  provider = "prisma-client-js"
}

In here,
image

@oasaleh oasaleh added the documentation Improvements or additions to documentation label May 7, 2024
@encima
Copy link
Contributor

encima commented May 8, 2024

This is open to discussion for sure! Thanks for opening.
The connection strings here are the core components needed to get started using those tools/frameworks.

The generator is often used but is not essential and some may not be using the prisma generator (i.e. community tools)

@oasaleh
Copy link
Author

oasaleh commented May 9, 2024

Interesting.. Can you elaborate more on how to use Prisma without the generator?

@encima
Copy link
Contributor

encima commented May 9, 2024

Sure, the docs are here so there are community generators.

@oasaleh
Copy link
Author

oasaleh commented May 10, 2024

No sure what that means. The docs say "one or more".

@encima
Copy link
Contributor

encima commented May 13, 2024

Feel free to open a PR to include it if you feel it is needed for the majority of use cases!

@oasaleh
Copy link
Author

oasaleh commented May 13, 2024

Thank you. Here it is.

@oasaleh oasaleh closed this as completed May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants