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

Add temporary version note until rewrite #414

Merged
merged 1 commit into from
Dec 15, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ To get started working with MongoDB and Prisma, checkout our [getting started fr

## Setting up MongoDB on Windows

> **Note:** This guide was written for MongoDB version 4 and the installation procedure has changed since the time of writing. To install more recent versions of MongoDB for Windows, check out [MongoDB's Windows installation documentation](https://www.mongodb.com/docs/manual/tutorial/install-mongodb-on-windows/).

[MongoDB](/intro/database-glossary#mongodb) provides a native Windows installer to install and configure your databases.

Visit the [download page for the MongoDB Community Server](https://www.mongodb.com/try/download/community) and select the latest msi package available for Windows. Click **Download** to get the installer:
Expand Down Expand Up @@ -426,4 +428,4 @@ If you're using MongoDB, checkout Prisma's [MongoDB connector](https://www.prism

To get started working with MongoDB and Prisma, checkout our [getting started from scratch guide](https://www.prisma.io/docs/getting-started) or how to [add to an existing project](https://www.prisma.io/docs/getting-started/setup-prisma/add-to-existing-project/mongodb-typescript-mongodb).

</PrismaOutlinks>
</PrismaOutlinks>