Merge pull request #3387 from Ox000O00/patch-1

Update connection URL documentation link for Prisma
This commit is contained in:
Kamil Mysliwiec
2026-02-13 11:39:46 +01:00
committed by GitHub

View File

@@ -121,7 +121,7 @@ SQLite databases are simple files; no server is required to use a SQLite databas
<details><summary>Expand if you're using PostgreSQL, MySQL, MsSQL or Azure SQL</summary> <details><summary>Expand if you're using PostgreSQL, MySQL, MsSQL or Azure SQL</summary>
With PostgreSQL and MySQL, you need to configure the connection URL to point to the _database server_. You can learn more about the required connection URL format [here](https://www.prisma.io/docs/reference/database-reference/connection-urls). With PostgreSQL and MySQL, you need to configure the connection URL to point to the _database server_. You can learn more about the required connection URL format [here](https://www.prisma.io/docs/orm/reference/connection-urls).
**PostgreSQL** **PostgreSQL**