Skip to content

Commit eaeb431

Browse files
authored
Merge branch 'main' into reorganise-eclipse-docs
2 parents 3c0a6a6 + 65c0ea1 commit eaeb431

264 files changed

Lines changed: 2323 additions & 880 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"createdAt": "2026-03-12T15:30:46.041Z",
3+
"sourceRoot": "/Users/mhartington/Github/prisma/website/exports/sanity-blog-after-2025-12-16/mdx-prepared-for-docs-blog-content",
4+
"targetContentRoot": "/Users/mhartington/Github/prisma/docs/apps/blog/content/blog",
5+
"targetPublicRoot": "/Users/mhartington/Github/prisma/docs/apps/blog/public",
6+
"createdCount": 4,
7+
"skippedCount": 2,
8+
"created": [
9+
{
10+
"slug": "prisma-7-ama-clearing-up-the-why-behind-the-changes",
11+
"content": "content/blog/prisma-7-ama-clearing-up-the-why-behind-the-changes/index.mdx",
12+
"copiedImageCount": 2
13+
},
14+
{
15+
"slug": "prisma-orm-7-3-0",
16+
"content": "content/blog/prisma-orm-7-3-0/index.mdx",
17+
"copiedImageCount": 1
18+
},
19+
{
20+
"slug": "prisma-orm-v7-4-query-caching-partial-indexes-and-major-performance-improvements",
21+
"content": "content/blog/prisma-orm-v7-4-query-caching-partial-indexes-and-major-performance-improvements/index.mdx",
22+
"copiedImageCount": 6
23+
},
24+
{
25+
"slug": "the-next-evolution-of-prisma-orm",
26+
"content": "content/blog/the-next-evolution-of-prisma-orm/index.mdx",
27+
"copiedImageCount": 5
28+
}
29+
],
30+
"skipped": [
31+
{
32+
"slug": "announcing-prisma-orm-7-2-0",
33+
"reason": "content exists",
34+
"path": "/Users/mhartington/Github/prisma/docs/apps/blog/content/blog/announcing-prisma-orm-7-2-0/index.mdx"
35+
},
36+
{
37+
"slug": "rebuilding-the-prisma-docs",
38+
"reason": "content exists",
39+
"path": "/Users/mhartington/Github/prisma/docs/apps/blog/content/blog/rebuilding-the-prisma-docs/index.mdx"
40+
}
41+
]
42+
}

apps/blog/content/blog/about-mcp-servers-and-how-we-built-one-for-prisma/index.mdx

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,10 @@ heroImagePath: "/about-mcp-servers-and-how-we-built-one-for-prisma/imgs/hero-af7
1010
tags:
1111
- "education"
1212
- "orm"
13-
excerpt: |
14-
Learn how MCP works by following the practical example of how we built the Prisma MCP server, including the tradeoffs between local and remote MCP servers, the `@modelcontextprotocol/sdk` package, and how we enabled LLMs to use the Prisma CLI.
15-
16-
17-
18-
19-
20-
21-
22-
23-
2413
---
2514

15+
Learn how MCP works by following the practical example of how we built the Prisma MCP server, including the tradeoffs between local and remote MCP servers, the `@modelcontextprotocol/sdk` package, and how we enabled LLMs to use the Prisma CLI.
16+
2617
## Understanding MCP
2718

2819
Before diving into the technical details of how we built the Prisma MCP server, let's take a quick step back and understand MCP servers from the beginning.

apps/blog/content/blog/accelerate-ga-release-i9cqm6bsf2g6/index.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,10 @@ heroImageAlt: "Prisma Accelerate now in General Availability"
1212
tags:
1313
- "announcement"
1414
- "data-platform"
15-
excerpt: |
16-
Now in General Availability: Dive into [Prisma Accelerate](https://pris.ly/accelerate-blog), enhancing global database connections with connection pooling and edge caching for fast data access.
17-
1815
---
1916

17+
Now in General Availability: Dive into [Prisma Accelerate](https://pris.ly/accelerate-blog), enhancing global database connections with connection pooling and edge caching for fast data access.
18+
2019
Developing data-driven applications comes with its challenges, and efficient database connections and swift data retrieval are essential. The Prisma ORM is key for database access and now, with Prisma Accelerate, we provide a solution that offers not only global connection pooling across 16 regions but also edge caching. It guarantees efficient and low-latency database interactions.
2120

2221
## What is Prisma Accelerate?

apps/blog/content/blog/accelerate-ipv6-first/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ metaImagePath: "/accelerate-ipv6-first/imgs/meta-b5bac6d735ee17d003b0a06190a5fa5
1010
heroImagePath: "/accelerate-ipv6-first/imgs/hero-248d5719caeee73ee2c7f94a7d194de949af1524-844x475.svg"
1111
tags:
1212
- "data-platform"
13-
excerpt: |
14-
In July 2023, [AWS announced](https://aws.amazon.com/blogs/aws/new-aws-public-ipv4-address-charge-public-ip-insights/) the decision to begin charging for IPv4 addresses beginning in February 2024. This move had a major impact on [Prisma Accelerate](https://www.prisma.io/data-platform/accelerate) for reasons we’ll get into, prompting us to go all-in on IPv6. Join us for a deep dive into how we approached our IPv6 migration, lessons learned, and the outcome for users of Prisma Accelerate.
1513
---
1614

15+
In July 2023, [AWS announced](https://aws.amazon.com/blogs/aws/new-aws-public-ipv4-address-charge-public-ip-insights/) the decision to begin charging for IPv4 addresses beginning in February 2024. This move had a major impact on [Prisma Accelerate](https://www.prisma.io/data-platform/accelerate) for reasons we’ll get into, prompting us to go all-in on IPv6. Join us for a deep dive into how we approached our IPv6 migration, lessons learned, and the outcome for users of Prisma Accelerate.
16+
1717
## Prelude
1818

1919
We should start with a bit of a primer on how Prisma Accelerate works. We’re overdue on a deep dive into Prisma Accelerate, so we’ll summarize the key architecture points.

apps/blog/content/blog/accelerate-preview-release-ab229e69ed2/index.mdx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,9 @@ heroImageAlt: "Accelerate in Preview"
1212
tags:
1313
- "announcement"
1414
- "data-platform"
15-
excerpt: |
16-
[Prisma Accelerate](https://www.prisma.io/data-platform/accelerate) is now available to everyone in Preview! Make your application faster with our powerful global cache and scalable connection pooler. [Get started now](https://pris.ly/pdp), and let us know what you think.
17-
18-
1915
---
2016

21-
17+
[Prisma Accelerate](https://www.prisma.io/data-platform/accelerate) is now available to everyone in Preview! Make your application faster with our powerful global cache and scalable connection pooler. [Get started now](https://pris.ly/pdp), and let us know what you think.
2218

2319
## Table of contents
2420

apps/blog/content/blog/accelerate-static-ip-support/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ heroImageAlt: "Enable Static IP in Prisma Accelerate"
1212
tags:
1313
- "announcement"
1414
- "data-platform"
15-
excerpt: |
16-
[Prisma Accelerate](https://www.prisma.io/data-platform/accelerate) introduces Static IP support, enabling secure connections to your database with predictable IPs for controlled access and minimized exposure. This allows connections from Accelerate to databases requiring trusted IP access.
1715
---
1816

17+
[Prisma Accelerate](https://www.prisma.io/data-platform/accelerate) introduces Static IP support, enabling secure connections to your database with predictable IPs for controlled access and minimized exposure. This allows connections from Accelerate to databases requiring trusted IP access.
18+
1919
## Limit database access with IP allowlisting
2020

2121
When building data-driven apps, it's important to prioritize database security. This is because the database holds the application data, often containing sensitive user information, which needs to be protected. It’s standard practice to adopt a layered approach to improve database security, whereby you layer protection mechanisms on top of each other to protect your database.

apps/blog/content/blog/advanced-database-schema-management-with-atlas-and-prisma-orm/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ heroImagePath: "/advanced-database-schema-management-with-atlas-and-prisma-orm/i
1111
tags:
1212
- "orm"
1313
- "education"
14-
excerpt: |
15-
[Atlas](https://atlasgo.io/) is a powerful migration tool that enables advanced database schema management workflows, like CI/CD, schema monitoring, versioning, and more. Learn how to use Atlas together with Prisma ORM and make use of Atlas' capabilities by using low-level database features.
1614
---
1715

16+
[Atlas](https://atlasgo.io/) is a powerful migration tool that enables advanced database schema management workflows, like CI/CD, schema monitoring, versioning, and more. Learn how to use Atlas together with Prisma ORM and make use of Atlas' capabilities by using low-level database features.
17+
1818
## Introduction
1919

2020
[Atlas](https://atlasgo.io/) is a powerful data modeling and migrations tool that enables advanced database schema management workflows, like CI/CD integrations, schema monitoring, versioning, and more.

apps/blog/content/blog/all-you-need-to-know-about-apollo-client-2-7e27e36d62fd/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ metaTitle: "All you need to know about Apollo Client 2 | Prisma"
88
metaImagePath: "/all-you-need-to-know-about-apollo-client-2-7e27e36d62fd/imgs/hero-ebd9548e6d9cfb33c4e35eac48e11a80532a8d30-1440x960.jpg"
99
heroImagePath: "/all-you-need-to-know-about-apollo-client-2-7e27e36d62fd/imgs/hero-ebd9548e6d9cfb33c4e35eac48e11a80532a8d30-1440x960.jpg"
1010
heroImageAlt: "All you need to know about Apollo Client 2"
11-
excerpt: |
12-
Apollo Client, a powerful and flexible GraphQL client library, just reached version 2.0. In this post, we want to
13-
highlight some of the major changes compared to the previous release.
1411
---
1512

13+
Apollo Client, a powerful and flexible GraphQL client library, just reached version 2.0. In this post, we want to
14+
highlight some of the major changes compared to the previous release.
15+
1616
## Simple modularity with Apollo Link
1717

1818
Probably the biggest change in Apollo Client 2.0 is the transition from using the concept of a _network interface_ to a more modular approach based on a new primitive: [Apollo Link](https://github.com/apollographql/apollo-link).

apps/blog/content/blog/ambassador-program-nxkwgcgnuvfx/index.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,10 @@ heroImagePath: "/ambassador-program-nxkwgcgnuvfx/imgs/hero-1bdf6237d95ded8d448f2
1212
heroImageAlt: "Prisma Ambassador Program — Building A Community of Experts"
1313
tags:
1414
- "announcement"
15-
excerpt: |
16-
We are thrilled to announce the [Prisma Ambassador Program](https://www.prisma.io/ambassador) to empower the Prisma community, while also helping individual contributors build their own brand.
17-
1815
---
1916

17+
We are thrilled to announce the [Prisma Ambassador Program](https://www.prisma.io/ambassador) to empower the Prisma community, while also helping individual contributors build their own brand.
18+
2019
## A huge shoutout to the awesome Prisma community 💚
2120

2221
We're continuosly amazed by the awesome content produced by the [Prisma community](https://www.prisma.io/community), be it in the form of example projects, video tutorials or blog articles!

apps/blog/content/blog/amplication-customer-story-nmlkbnlllxnn/index.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,9 @@ heroImagePath: "/amplication-customer-story-nmlkbnlllxnn/imgs/hero-b1fb9ec0c8fca
1111
heroImageAlt: "How Prisma helps Amplication evolutionize backend development"
1212
tags:
1313
- "user-success-story"
14-
excerpt: |
15-
[Amplication](https://amplication.com/) is an open-source development tool. It helps you develop quality Node.js applications without spending time on repetitive coding tasks. It’s perfect for both backend and fullstack developers.
16-
1714
---
1815

16+
[Amplication](https://amplication.com/) is an open-source development tool. It helps you develop quality Node.js applications without spending time on repetitive coding tasks. It’s perfect for both backend and fullstack developers.
1917

2018
## Prioritizing developers' focus
2119

0 commit comments

Comments
 (0)