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

docs: update Prisma guide to use Accelerate #185

Merged
merged 4 commits into from
Nov 13, 2023
Merged

docs: update Prisma guide to use Accelerate #185

merged 4 commits into from
Nov 13, 2023

Conversation

ruheni
Copy link
Contributor

@ruheni ruheni commented Nov 10, 2023

Remove mentions of Prisma Data Proxy in favor of Prisma Accelerate.

@@ -27,7 +27,7 @@ cd rest-api-with-prisma-oak
Then, let's run `prisma init` with Deno:

```shell, ignore
deno run --allow-read --allow-env --allow-write npm:prisma@^4.5 init
deno run --allow-read --allow-env --allow-write npm:prisma@latest init
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please keep this pinned to a recent version.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I recommend sticking to the latest version, which we release every 3 weeks, as it contains the latest features and improvements. We also test every version to ensure it works as it should with Deno and other platforms/ libraries/ frameworks in our ecosystem-tests repo.🙂

runtime/tutorials/how_to_with_npm/prisma.md Outdated Show resolved Hide resolved
runtime/tutorials/how_to_with_npm/prisma.md Outdated Show resolved Hide resolved
@kwhinnery kwhinnery merged commit 5fad4f5 into denoland:main Nov 13, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants