From db874a03ea27e0cc5fd90b503c3e354fb1bfac21 Mon Sep 17 00:00:00 2001 From: Nurul Sundarani Date: Thu, 12 Dec 2024 14:37:49 +0530 Subject: [PATCH] Update 375-supported-databases.mdx (#6519) Added Postgres 17 to Supported database --- content/200-orm/500-reference/375-supported-databases.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/content/200-orm/500-reference/375-supported-databases.mdx b/content/200-orm/500-reference/375-supported-databases.mdx index f455ef0773..1de78c1a10 100644 --- a/content/200-orm/500-reference/375-supported-databases.mdx +++ b/content/200-orm/500-reference/375-supported-databases.mdx @@ -32,6 +32,7 @@ An asterisk (\*) indicates that the version number is not relevant; either all v | PostgreSQL | 14 | | PostgreSQL | 15 | | PostgreSQL | 16 | +| PostgreSQL | 17 | | SQLite | \* | Note that a fixed version of SQLite is shipped with every Prisma ORM release.