diff --git a/content/100-getting-started/01-quickstart-prismaPostgres.mdx b/content/100-getting-started/01-quickstart-prismaPostgres.mdx index 865d0ce7ab..7b55638c61 100644 --- a/content/100-getting-started/01-quickstart-prismaPostgres.mdx +++ b/content/100-getting-started/01-quickstart-prismaPostgres.mdx @@ -20,7 +20,7 @@ In this Quickstart guide, you'll learn how to get started from scratch with Pris To successfully complete this tutorial, you need: - a [Prisma Data Platform](https://console.prisma.io/) (PDP) account -- Node.js 18.18.0 / 20.9.0 / 22.11.0 or higher (learn more about [system requirements](/orm/reference/system-requirements)) +- [Node.js](https://nodejs.org/en/) installed on your machine (see [system requirements](/orm/reference/system-requirements) for officially supported versions) ## 1. Set up a Prisma Postgres database in the Platform Console diff --git a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-node-cockroachdb.mdx b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-node-cockroachdb.mdx index f3626dcc92..73d607b1be 100644 --- a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-node-cockroachdb.mdx +++ b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-node-cockroachdb.mdx @@ -21,7 +21,7 @@ Learn how to create a new Node.js or TypeScript project from scratch by connecti In order to successfully complete this guide, you need: -- [Node.js](https://nodejs.org/en/) installed on your machine +- [Node.js](https://nodejs.org/en/) installed on your machine (see [system requirements](/orm/reference/system-requirements) for officially supported versions) - a [CockroachDB](https://www.cockroachlabs.com/) database server running > See [System requirements](/orm/reference/system-requirements) for exact version requirements. diff --git a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-node-mysql.mdx b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-node-mysql.mdx index 9336d30c3a..3e8130fc94 100644 --- a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-node-mysql.mdx +++ b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-node-mysql.mdx @@ -21,7 +21,7 @@ Learn how to create a new Node.js or TypeScript project from scratch by connecti In order to successfully complete this guide, you need: -- [Node.js](https://nodejs.org/en/) installed on your machine +- [Node.js](https://nodejs.org/en/) installed on your machine (see [system requirements](/orm/reference/system-requirements) for officially supported versions) - a [MySQL](https://www.mysql.com/) database server running > See [System requirements](/orm/reference/system-requirements) for exact version requirements. diff --git a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-node-planetscale.mdx b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-node-planetscale.mdx index 71f1467e5b..cef31fcb4e 100644 --- a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-node-planetscale.mdx +++ b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-node-planetscale.mdx @@ -21,7 +21,7 @@ Learn how to create a new Node.js or TypeScript project from scratch by connecti In order to successfully complete this guide, you need: -- [Node.js](https://nodejs.org/en/) installed on your machine +- [Node.js](https://nodejs.org/en/) installed on your machine (see [system requirements](/orm/reference/system-requirements) for officially supported versions) - a [PlanetScale](https://planetscale.com/) database server running diff --git a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-node-postgresql.mdx b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-node-postgresql.mdx index 0226f57722..8a456799f8 100644 --- a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-node-postgresql.mdx +++ b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-node-postgresql.mdx @@ -21,7 +21,7 @@ Learn how to create a new Node.js or TypeScript project from scratch by connecti In order to successfully complete this guide, you need: -- [Node.js](https://nodejs.org/en/) installed on your machine +- [Node.js](https://nodejs.org/en/) installed on your machine (see [system requirements](/orm/reference/system-requirements) for officially supported versions) - a [PostgreSQL](https://www.postgresql.org/) database server running > See [System requirements](/orm/reference/system-requirements) for exact version requirements. diff --git a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-node-sqlserver.mdx b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-node-sqlserver.mdx index 4a03f6d34d..30047e3686 100644 --- a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-node-sqlserver.mdx +++ b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-node-sqlserver.mdx @@ -21,7 +21,7 @@ Learn how to create a new Node.js or TypeScript project from scratch by connecti In order to successfully complete this guide, you need: -- [Node.js](https://nodejs.org/en/) installed on your machine +- [Node.js](https://nodejs.org/en/) installed on your machine (see [system requirements](/orm/reference/system-requirements) for officially supported versions) - A [Microsoft SQL Server](https://learn.microsoft.com/en-us/sql/?view=sql-server-ver16) database - [Microsoft SQL Server on Linux for Docker](/orm/overview/databases/sql-server/sql-server-docker) - [Microsoft SQL Server on Windows (local)](/orm/overview/databases/sql-server/sql-server-local) diff --git a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-typescript-cockroachdb.mdx b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-typescript-cockroachdb.mdx index 2ee6b05f1b..8d240309ce 100644 --- a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-typescript-cockroachdb.mdx +++ b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-typescript-cockroachdb.mdx @@ -21,7 +21,7 @@ Learn how to create a new Node.js or TypeScript project from scratch by connecti In order to successfully complete this guide, you need: -- [Node.js](https://nodejs.org/en/) installed on your machine +- [Node.js](https://nodejs.org/en/) installed on your machine (see [system requirements](/orm/reference/system-requirements) for officially supported versions) - a [CockroachDB](https://www.cockroachlabs.com/) database server running > See [System requirements](/orm/reference/system-requirements) for exact version requirements. diff --git a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-typescript-mysql.mdx b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-typescript-mysql.mdx index 2e0b89564d..3fbca53bbe 100644 --- a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-typescript-mysql.mdx +++ b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-typescript-mysql.mdx @@ -21,7 +21,7 @@ Learn how to create a new Node.js or TypeScript project from scratch by connecti In order to successfully complete this guide, you need: -- [Node.js](https://nodejs.org/en/) installed on your machine +- [Node.js](https://nodejs.org/en/) installed on your machine (see [system requirements](/orm/reference/system-requirements) for officially supported versions) - a [MySQL](https://www.mysql.com/) database server running > See [System requirements](/orm/reference/system-requirements) for exact version requirements. diff --git a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-typescript-planetscale.mdx b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-typescript-planetscale.mdx index d1c9ead83f..b48752c76c 100644 --- a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-typescript-planetscale.mdx +++ b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-typescript-planetscale.mdx @@ -21,7 +21,7 @@ Learn how to create a new Node.js or TypeScript project from scratch by connecti In order to successfully complete this guide, you need: -- [Node.js](https://nodejs.org/en/) installed on your machine +- [Node.js](https://nodejs.org/en/) installed on your machine (see [system requirements](/orm/reference/system-requirements) for officially supported versions) - a [PlanetScale](https://planetscale.com/) database server running diff --git a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-typescript-postgresql.mdx b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-typescript-postgresql.mdx index 139ff6a2aa..d7947f61e8 100644 --- a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-typescript-postgresql.mdx +++ b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-typescript-postgresql.mdx @@ -16,7 +16,7 @@ Learn how to create a new Node.js or TypeScript project from scratch by connecti In order to successfully complete this guide, you need: -- [Node.js](https://nodejs.org/en/) installed on your machine +- [Node.js](https://nodejs.org/en/) installed on your machine (see [system requirements](/orm/reference/system-requirements) for officially supported versions) - a [PostgreSQL](https://www.postgresql.org/) database server running > See [System requirements](/orm/reference/system-requirements) for exact version requirements. diff --git a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-typescript-prismaPostgres.mdx b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-typescript-prismaPostgres.mdx index c62214b086..98e3bfa222 100644 --- a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-typescript-prismaPostgres.mdx +++ b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-typescript-prismaPostgres.mdx @@ -23,7 +23,7 @@ Learn how to create a new TypeScript project with a Prisma Postgres database fro To successfully complete this tutorial, you need: - a [Prisma Data Platform](https://console.prisma.io/) (PDP) account -- [Node.js](https://nodejs.org/en/) installed on your machine (see [system requirements](/orm/reference/system-requirements) for officially supported versions) +- [Node.js](https://nodejs.org/en/) installed on your machine (see [system requirements](/orm/reference/system-requirements) for officially supported versions) (see [system requirements](/orm/reference/system-requirements) for officially supported versions) ## Create project setup diff --git a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-typescript-sqlserver.mdx b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-typescript-sqlserver.mdx index 8639b1618c..143b6ef8e8 100644 --- a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-typescript-sqlserver.mdx +++ b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-typescript-sqlserver.mdx @@ -21,7 +21,7 @@ Learn how to create a new Node.js or TypeScript project from scratch by connecti In order to successfully complete this guide, you need: -- [Node.js](https://nodejs.org/en/) installed on your machine +- [Node.js](https://nodejs.org/en/) installed on your machine (see [system requirements](/orm/reference/system-requirements) for officially supported versions) - A [Microsoft SQL Server](https://learn.microsoft.com/en-us/sql/?view=sql-server-ver16) database - [Microsoft SQL Server on Linux for Docker](/orm/overview/databases/sql-server/sql-server-docker) - [Microsoft SQL Server on Windows (local)](/orm/overview/databases/sql-server/sql-server-local) diff --git a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb-node-mongodb.mdx b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb-node-mongodb.mdx index e2fa343652..7733b53100 100644 --- a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb-node-mongodb.mdx +++ b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb-node-mongodb.mdx @@ -17,7 +17,7 @@ Learn how to create a new Node.js or TypeScript project from scratch by connecti In order to successfully complete this guide, you need: -- [Node.js](https://nodejs.org/en/) installed on your machine +- [Node.js](https://nodejs.org/en/) installed on your machine (see [system requirements](/orm/reference/system-requirements) for officially supported versions) - Access to a MongoDB 4.2+ server with a replica set deployment. We recommend using [MongoDB Atlas](https://www.mongodb.com/cloud/atlas). diff --git a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb-typescript-mongodb.mdx b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb-typescript-mongodb.mdx index 7dbe7cf2c0..c6a8250f6f 100644 --- a/content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb-typescript-mongodb.mdx +++ b/content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb-typescript-mongodb.mdx @@ -16,7 +16,7 @@ Learn how to create a new Node.js or TypeScript project from scratch by connecti In order to successfully complete this guide, you need: -- [Node.js](https://nodejs.org/en/) installed on your machine +- [Node.js](https://nodejs.org/en/) installed on your machine (see [system requirements](/orm/reference/system-requirements) for officially supported versions) - Access to a MongoDB 4.2+ server with a replica set deployment. We recommend using [MongoDB Atlas](https://www.mongodb.com/cloud/atlas). diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-node-cockroachdb.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-node-cockroachdb.mdx index f7c42b7613..0311deeebb 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-node-cockroachdb.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-node-cockroachdb.mdx @@ -28,7 +28,7 @@ If you're migrating to Prisma ORM from another ORM, see our [Migrate from TypeOR In order to successfully complete this guide, you need: - an existing Node.js project with a `package.json` -- [Node.js](https://nodejs.org/en/) installed on your machine +- [Node.js](https://nodejs.org/en/) installed on your machine (see [system requirements](/orm/reference/system-requirements) for officially supported versions) - a [CockroachDB](https://www.cockroachlabs.com) database server running and a database with at least one table > See [System requirements](/orm/reference/system-requirements) for exact version requirements. diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-node-mysql.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-node-mysql.mdx index 91a13d35e0..89fc9b78ae 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-node-mysql.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-node-mysql.mdx @@ -28,7 +28,7 @@ If you're migrating to Prisma ORM from another ORM, see our [Migrate from TypeOR In order to successfully complete this guide, you need: - an existing Node.js project with a `package.json` -- [Node.js](https://nodejs.org/en/) installed on your machine +- [Node.js](https://nodejs.org/en/) installed on your machine (see [system requirements](/orm/reference/system-requirements) for officially supported versions) - a [MySQL](https://www.mysql.com/) database server running and a database with at least one table diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-node-planetscale.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-node-planetscale.mdx index 9ca61c6778..aefe62a6d4 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-node-planetscale.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-node-planetscale.mdx @@ -28,7 +28,7 @@ If you're migrating to Prisma ORM from another ORM, see our [Migrate from TypeOR In order to successfully complete this guide, you need: - an existing Node.js project with a `package.json` -- [Node.js](https://nodejs.org/en/) installed on your machine +- [Node.js](https://nodejs.org/en/) installed on your machine (see [system requirements](/orm/reference/system-requirements) for officially supported versions) - a [PlanetScale](https://planetscale.com/) database server running and a database with at least one table > See [System requirements](/orm/reference/system-requirements) for exact version requirements. diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-node-postgresql.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-node-postgresql.mdx index 1a4a53cc2f..ea694db247 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-node-postgresql.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-node-postgresql.mdx @@ -29,7 +29,7 @@ If you're migrating to Prisma ORM from another ORM, see our [Migrate from TypeOR In order to successfully complete this guide, you need: - an existing Node.js project with a `package.json` -- [Node.js](https://nodejs.org/en/) installed on your machine +- [Node.js](https://nodejs.org/en/) installed on your machine (see [system requirements](/orm/reference/system-requirements) for officially supported versions) - a [PostgreSQL](https://www.postgresql.org/) database server running and a database with at least one table > See [System requirements](/orm/reference/system-requirements) for exact version requirements. diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-node-sqlserver.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-node-sqlserver.mdx index e335d940ce..3360130fb1 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-node-sqlserver.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-node-sqlserver.mdx @@ -27,7 +27,7 @@ If you're migrating to Prisma ORM from another ORM, see our [Migrate from TypeOR In order to successfully complete this guide, you need: -- [Node.js](https://nodejs.org/en/) installed on your machine +- [Node.js](https://nodejs.org/en/) installed on your machine (see [system requirements](/orm/reference/system-requirements) for officially supported versions) - A [Microsoft SQL Server](https://learn.microsoft.com/en-us/sql/?view=sql-server-ver16) database - [Microsoft SQL Server on Linux for Docker](/orm/overview/databases/sql-server/sql-server-docker) - [Microsoft SQL Server on Windows (local)](/orm/overview/databases/sql-server/sql-server-local) diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-typescript-cockroachdb.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-typescript-cockroachdb.mdx index 9d71b15f6b..ca51079918 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-typescript-cockroachdb.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-typescript-cockroachdb.mdx @@ -29,7 +29,7 @@ If you're migrating to Prisma ORM from another ORM, see our [Migrate from TypeOR In order to successfully complete this guide, you need: - an existing Node.js project with a `package.json` -- [Node.js](https://nodejs.org/en/) installed on your machine +- [Node.js](https://nodejs.org/en/) installed on your machine (see [system requirements](/orm/reference/system-requirements) for officially supported versions) - a [CockroachDB](https://www.cockroachlabs.com) database server running and a database with at least one table > See [System requirements](/orm/reference/system-requirements) for exact version requirements. diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-typescript-mysql.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-typescript-mysql.mdx index 1cdc28a5c6..ca47f85890 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-typescript-mysql.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-typescript-mysql.mdx @@ -28,7 +28,7 @@ If you're migrating to Prisma ORM from another ORM, see our [Migrate from TypeOR In order to successfully complete this guide, you need: - an existing Node.js project with a `package.json` -- [Node.js](https://nodejs.org/en/) installed on your machine +- [Node.js](https://nodejs.org/en/) installed on your machine (see [system requirements](/orm/reference/system-requirements) for officially supported versions) - a [MySQL](https://www.mysql.com/) database server running and a database with at least one table > See [System requirements](/orm/reference/system-requirements) for exact version requirements. diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-typescript-planetscale.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-typescript-planetscale.mdx index 5a6839105b..15d9e00681 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-typescript-planetscale.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-typescript-planetscale.mdx @@ -28,7 +28,7 @@ If you're migrating to Prisma ORM from another ORM, see our [Migrate from TypeOR In order to successfully complete this guide, you need: - an existing Node.js project with a `package.json` -- [Node.js](https://nodejs.org/en/) installed on your machine +- [Node.js](https://nodejs.org/en/) installed on your machine (see [system requirements](/orm/reference/system-requirements) for officially supported versions) - a [PlanetScale](https://planetscale.com/) database server running and a database with at least one table > See [System requirements](/orm/reference/system-requirements) for exact version requirements. diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-typescript-postgresql.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-typescript-postgresql.mdx index 6072b18b7b..5d47271aaa 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-typescript-postgresql.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-typescript-postgresql.mdx @@ -28,7 +28,7 @@ If you're migrating to Prisma ORM from another ORM, see our [Migrate from TypeOR In order to successfully complete this guide, you need: - an existing Node.js project with a `package.json` -- [Node.js](https://nodejs.org/en/) installed on your machine +- [Node.js](https://nodejs.org/en/) installed on your machine (see [system requirements](/orm/reference/system-requirements) for officially supported versions) - a [PostgreSQL](https://www.postgresql.org/) database server running and a database with at least one table > See [System requirements](/orm/reference/system-requirements) for exact version requirements. diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-typescript-sqlserver.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-typescript-sqlserver.mdx index 8732c7c815..cf3389241a 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-typescript-sqlserver.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-typescript-sqlserver.mdx @@ -27,7 +27,7 @@ If you're migrating to Prisma ORM from another ORM, see our [Migrate from TypeOR In order to successfully complete this guide, you need: -- [Node.js](https://nodejs.org/en/) installed on your machine +- [Node.js](https://nodejs.org/en/) installed on your machine (see [system requirements](/orm/reference/system-requirements) for officially supported versions) - A [Microsoft SQL Server](https://learn.microsoft.com/en-us/sql/?view=sql-server-ver16) database - [Microsoft SQL Server on Linux for Docker](/orm/overview/databases/sql-server/sql-server-docker) - [Microsoft SQL Server on Windows (local)](/orm/overview/databases/sql-server/sql-server-local) diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb-node-mongodb.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb-node-mongodb.mdx index 24432a3d00..e8c864d300 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb-node-mongodb.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb-node-mongodb.mdx @@ -23,7 +23,7 @@ If you're migrating to Prisma ORM from Mongoose, see our [Migrate from Mongoose In order to successfully complete this guide, you need: -- [Node.js](https://nodejs.org/en/) installed on your machine +- [Node.js](https://nodejs.org/en/) installed on your machine (see [system requirements](/orm/reference/system-requirements) for officially supported versions) - Access to a MongoDB 4.2+ server with a replica set deployment. We recommend using [MongoDB Atlas](https://www.mongodb.com/cloud/atlas). diff --git a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb-typescript-mongodb.mdx b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb-typescript-mongodb.mdx index c7dd74d95b..2e7e0f22a8 100644 --- a/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb-typescript-mongodb.mdx +++ b/content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb-typescript-mongodb.mdx @@ -23,7 +23,7 @@ If you're migrating to Prisma ORM from Mongoose, see our [Migrate from Mongoose In order to successfully complete this guide, you need: -- [Node.js](https://nodejs.org/en/) installed on your machine +- [Node.js](https://nodejs.org/en/) installed on your machine (see [system requirements](/orm/reference/system-requirements) for officially supported versions) - Access to a MongoDB 4.2+ server with a replica set deployment. We recommend using [MongoDB Atlas](https://www.mongodb.com/cloud/atlas). diff --git a/content/200-orm/500-reference/400-system-requirements.mdx b/content/200-orm/500-reference/400-system-requirements.mdx index 4c407be4d1..6226c4d734 100644 --- a/content/200-orm/500-reference/400-system-requirements.mdx +++ b/content/200-orm/500-reference/400-system-requirements.mdx @@ -1,16 +1,12 @@ --- -title: 'System requirements' -metaTitle: 'System requirements (Reference)' -metaDescription: 'System requirements for running Prisma ORM' +title: "System requirements" +metaTitle: "System requirements (Reference)" +metaDescription: "System requirements for running Prisma ORM" tocDepth: 3 --- - - This page provides an overview of the system requirements for Prisma ORM. - - ## System requirements This section lists the software that Prisma ORM requires and the supported operating systems, along with runtime dependency requirements for specific operating systems. @@ -19,13 +15,14 @@ This section lists the software that Prisma ORM requires and the supported opera The latest version of Prisma ORM requires the following software: -| | Minimum required version | +| Tool | Minimum required version | | :-------------------- | :----------------------- | | Node.js | 18.8 / 20.9 / 22.11 | | TypeScript (optional) | 5.1.X | | Yarn (optional) | 1.19.2 | -Notes: + + - Prisma ORM supports and tests all _Active LTS_ and _Maintenance LTS_ **Node.js** releases. [Releases that are not in these states like _Current_, and also odd-numbered versions](https://nodejs.org/en/about/releases/) probably also work, but are not recommended for production use. - **TypeScript** is only required for TypeScript users. @@ -50,7 +47,7 @@ Prisma ORM v5 requires the following software: ### Operating systems -Prisma ORM is supported on MacOS, Windows and most Linux distributions. +Prisma ORM is supported on macOS, Windows and most Linux distributions. #### Linux runtime dependencies diff --git a/content/200-orm/800-more/100-under-the-hood/100-engines.mdx b/content/200-orm/800-more/100-under-the-hood/100-engines.mdx index de5d02ed2a..228538f48f 100644 --- a/content/200-orm/800-more/100-under-the-hood/100-engines.mdx +++ b/content/200-orm/800-more/100-under-the-hood/100-engines.mdx @@ -62,7 +62,7 @@ Add the environment variable to the [`.env` file](/orm/more/development-environm - + ``` PRISMA_QUERY_ENGINE_BINARY=custom/my-query-engine-unix @@ -86,7 +86,7 @@ Run the following command to set the environment variable globally (in this exam - + ```terminal export PRISMA_QUERY_ENGINE_BINARY=/custom/my-query-engine-unix @@ -116,7 +116,7 @@ The output shows that the query engine path comes from the `PRISMA_QUERY_ENGINE_ - + ```terminal highlight=2;normal Current platform : darwin Query Engine : query-engine d6ff7119649922b84e413b3b69660e2f49e2ddf3 (at /custom/my-query-engine-unix)