From d8e0a315e0c23032479065d1c38e45f381ac706a Mon Sep 17 00:00:00 2001 From: Nurul Sundarani Date: Thu, 12 Dec 2024 14:19:13 +0530 Subject: [PATCH] Update 375-supported-databases.mdx 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.