You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/connection-pooling.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,9 @@ description: Scale your serverless functions
4
4
5
5
# Connection Pooling
6
6
7
-
> ⚠ **Work in Progress** ⚠️
7
+
> ⚠️**Work in Progress** ⚠️
8
8
>
9
-
> There's more to document here. In the meantime, you can check our [community forum](https://community.redwoodjs.com/search?q=connection%20pooling) for answers.
9
+
> There's more to document here. In the meantime, you can check the [Redwood community forums](https://community.redwoodjs.com/search?q=connection%20pooling) for answers.
10
10
>
11
11
> Want to contribute? CedarJS welcomes contributions and loves helping people become contributors.
12
12
> You can edit this doc [here](https://github.com/cedarjs/cedarjs.com/blob/main/docs/connectionPooling.md).
@@ -29,7 +29,7 @@ In a Serverless environment, each function connects directly to the database, wh
29
29
30
30
### Prisma Postgres
31
31
32
-
[Prisma Postgres](https://www.prisma.io/docs/postgres/introduction/overview?utm_source=cedarjs_docs&utm_medium=docs) is a managed PostgreSQL database service that includes:
32
+
[Prisma Postgres](https://www.prisma.io/docs/postgres/introduction/overview) is a managed PostgreSQL database service that includes:
33
33
34
34
-**Built-in connection pooling**: No need to configure external pooling services
35
35
-**Global caching**: Query-level caching with TTL and Stale-While-Revalidate strategies
@@ -38,11 +38,11 @@ In a Serverless environment, each function connects directly to the database, wh
38
38
39
39
Prisma Postgres supports schema migrations and queries via Prisma ORM, and automatically handles connection pooling and caching.
40
40
41
-
To get started with Prisma Postgres, visit the [Prisma Postgres documentation](https://www.prisma.io/docs/postgres/introduction/overview?utm_source=cedarjs_docs&utm_medium=docs).
41
+
To get started with Prisma Postgres, visit the [Prisma Postgres documentation](https://www.prisma.io/docs/postgres/introduction/overview).
42
42
43
43
#### Local Prisma Postgres
44
44
45
-
For local development, you can use [local Prisma Postgres](https://www.prisma.io/docs/postgres/database/local-development?utm_source=cedarjs_docs&utm_medium=docs) which runs a PostgreSQL-compatible database locally. This eliminates the need to install and manage PostgreSQL locally while maintaining full compatibility with production PostgreSQL databases.
45
+
For local development, you can use [local Prisma Postgres](https://www.prisma.io/docs/postgres/database/local-development) which runs a PostgreSQL-compatible database locally. This eliminates the need to install and manage PostgreSQL locally while maintaining full compatibility with production PostgreSQL databases.
46
46
47
47
:::note
48
48
@@ -77,7 +77,7 @@ Keep the server running while performing migrations and using the database for l
77
77
78
78
#### Temporary Prisma Postgres database
79
79
80
-
For quick testing or prototyping, [Prisma Postgres](https://www.prisma.io/postgres) offers temporary production-ready databases that also requires no setup or accounts. Use [`npx create-db`](https://www.prisma.io/docs/postgres/introduction/npx-create-db?utm_source=cedarjs_docs&utm_medium=docs) to create a database that's automatically deleted after 24 hours:
80
+
For quick testing or prototyping, [Prisma Postgres](https://www.prisma.io/postgres) offers temporary production-ready databases that also requires no setup or accounts. Use [`npx create-db`](https://www.prisma.io/docs/postgres/introduction/npx-create-db) to create a database that's automatically deleted after 24 hours:
Copy file name to clipboardExpand all lines: docs/versioned_docs/version-0.11/connection-pooling.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,9 @@ description: Scale your serverless functions
4
4
5
5
# Connection Pooling
6
6
7
-
> ⚠ **Work in Progress** ⚠️
7
+
> ⚠️**Work in Progress** ⚠️
8
8
>
9
-
> There's more to document here. In the meantime, you can check our [community forum](https://community.redwoodjs.com/search?q=connection%20pooling) for answers.
9
+
> There's more to document here. In the meantime, you can check the [Redwood community forums](https://community.redwoodjs.com/search?q=connection%20pooling) for answers.
10
10
>
11
11
> Want to contribute? CedarJS welcomes contributions and loves helping people become contributors.
12
12
> You can edit this doc [here](https://github.com/cedarjs/cedarjs.com/blob/main/docs/connectionPooling.md).
@@ -29,7 +29,7 @@ In a Serverless environment, each function connects directly to the database, wh
29
29
30
30
### Prisma Postgres
31
31
32
-
[Prisma Postgres](https://www.prisma.io/docs/postgres/introduction/overview?utm_source=cedarjs_docs&utm_medium=docs) is a managed PostgreSQL database service that includes:
32
+
[Prisma Postgres](https://www.prisma.io/docs/postgres/introduction/overview) is a managed PostgreSQL database service that includes:
33
33
34
34
-**Built-in connection pooling**: No need to configure external pooling services
35
35
-**Global caching**: Query-level caching with TTL and Stale-While-Revalidate strategies
@@ -38,11 +38,11 @@ In a Serverless environment, each function connects directly to the database, wh
38
38
39
39
Prisma Postgres supports schema migrations and queries via Prisma ORM, and automatically handles connection pooling and caching.
40
40
41
-
To get started with Prisma Postgres, visit the [Prisma Postgres documentation](https://www.prisma.io/docs/postgres/introduction/overview?utm_source=cedarjs_docs&utm_medium=docs).
41
+
To get started with Prisma Postgres, visit the [Prisma Postgres documentation](https://www.prisma.io/docs/postgres/introduction/overview).
42
42
43
43
#### Local Prisma Postgres
44
44
45
-
For local development, you can use [local Prisma Postgres](https://www.prisma.io/docs/postgres/database/local-development?utm_source=cedarjs_docs&utm_medium=docs) which runs a PostgreSQL-compatible database locally. This eliminates the need to install and manage PostgreSQL locally while maintaining full compatibility with production PostgreSQL databases.
45
+
For local development, you can use [local Prisma Postgres](https://www.prisma.io/docs/postgres/database/local-development) which runs a PostgreSQL-compatible database locally. This eliminates the need to install and manage PostgreSQL locally while maintaining full compatibility with production PostgreSQL databases.
46
46
47
47
:::note
48
48
@@ -77,7 +77,7 @@ Keep the server running while performing migrations and using the database for l
77
77
78
78
#### Temporary Prisma Postgres database
79
79
80
-
For quick testing or prototyping, [Prisma Postgres](https://www.prisma.io/postgres) offers temporary production-ready databases that also requires no setup or accounts. Use [`npx create-db`](https://www.prisma.io/docs/postgres/introduction/npx-create-db?utm_source=cedarjs_docs&utm_medium=docs) to create a database that's automatically deleted after 24 hours:
80
+
For quick testing or prototyping, [Prisma Postgres](https://www.prisma.io/postgres) offers temporary production-ready databases that also requires no setup or accounts. Use [`npx create-db`](https://www.prisma.io/docs/postgres/introduction/npx-create-db) to create a database that's automatically deleted after 24 hours:
0 commit comments