diff --git a/apps/site/src/app/llms-content.ts b/apps/site/src/app/llms-content.ts index edd0a14ff9..1c9e61de24 100644 --- a/apps/site/src/app/llms-content.ts +++ b/apps/site/src/app/llms-content.ts @@ -151,18 +151,16 @@ Key Prisma ORM features: ## Prisma Postgres URL: ${toAbsoluteUrl(baseUrl, "/postgres")} -Title: Prisma Postgres | Instant Global Databases -Description: Free to start, no setup, no commitments. Easily grow your database as your app scales. +Title: Prisma Postgres | Managed PostgreSQL for Serverless Apps +Description: Managed PostgreSQL for serverless and modern deployments with built-in connection pooling. Works with any ORM, query builder, raw SQL, and Prisma ORM. Key Prisma Postgres features: -- Managed Postgres with zero configuration +- Managed PostgreSQL for serverless and modern deployments +- Built-in connection pooling +- Works with any ORM, query builder, or raw SQL +- Direct integration with Prisma ORM - Standard SQL and PostgreSQL wire protocol - Compatibility with Postgres extensions such as pgvector -- Automatic connection pooling -- Automated backups -- Encryption at rest and in transit -- Full tenant isolation -- Built for production workloads from day one ## Prisma Studio diff --git a/apps/site/src/app/orm/page.tsx b/apps/site/src/app/orm/page.tsx index a6e067a958..938780491d 100644 --- a/apps/site/src/app/orm/page.tsx +++ b/apps/site/src/app/orm/page.tsx @@ -78,13 +78,13 @@ const twoCol = [
- Database workflows can feel brittle and error-prone. Prisma ORM - increases productivity and confidence when working with databases and - makes workflows like data modeling, migrations and querying easy. + Keep your schema, migrations, and queries in one workflow. Prisma ORM + helps teams move from data model to production with strong guarantees + and predictable changes.
> ), @@ -110,14 +110,14 @@ const twoCol = [ content: (- Prisma's compatibility with popular tools ensures no stack lock-in, - lower integration costs, and smooth transitions. + Use Prisma ORM with your current database, framework, and deployment + setup. Start on the stack you already have, then add Prisma Postgres when you want more.
- Learn more + View supported stacks- Prisma Client is a query builder that’s tailored to your schema. We - designed its API to be intuitive, both for SQL veterans and developers - brand new to databases. The auto-completion helps you figure out your - query without the need for documentation. + Prisma Client is generated from your schema, so queries, relations, + and autocomplete stay in sync with your data model. It feels + approachable for SQL experts and developers learning databases alike.
- Learn more + Explore Prisma Client @@ -212,21 +211,21 @@ const twoCol_2 = [ const twoCol_3 = [ { - icon: "/icons/technologies/vscode.svg", - title: "Extra ergonomy in VS Code", + icon: "/mcp/logos/cursor.svg", + title: "Agentic workflows for databases", description: - "Auto-completion, linting, formatting and more help Prisma developers in VSCode stay confident and productive.", + "Use Prisma with AI tools and agents to inspect schemas, reason about data models, and speed up database workflows directly from your development environment.", btn: { - url: "https://marketplace.visualstudio.com/items?itemName=Prisma.prisma", - label: "Download Prisma VSCode Extension", - icon: "fa-regular fa-arrow-up-right", + url: "/mcp", + label: "Explore AI workflows", + icon: "fa-regular fa-arrow-right", }, }, { icon: "/icons/technologies/ts.svg", - title: "Make fewer errors with TypeScript", + title: "Strong guarantees with TypeScript", description: - "Prisma ORM provides the strongest type-safety guarantees of all the ORMs in the TypeScript ecosystem.", + "Types are generated from your schema so database access stays predictable as your application evolves.", btn: { url: "https://www.prisma.io/docs/orm/more/comparisons/prisma-and-typeorm", label: "Read comparison with TypeORM", @@ -237,28 +236,31 @@ const twoCol_3 = [ const features = [ { - title: "Manage databases", - subtitle: "Created directly in your IDE.", + title: "Declarative migrations in code", + subtitle: + "Version schema changes alongside your application and keep database evolution reviewable in your repo.", image: "/illustrations/orm/ide", alt: "Manage dbs", icon: "fa-light fa-screwdriver-wrench", - link: "/mcp", + link: "https://www.prisma.io/docs/orm/prisma-migrate/understanding-prisma-migrate/mental-model", }, { - title: "Type-safety", - subtitle: "Code faster with auto-completion and type safety.", + title: "Queries generated from your schema", + subtitle: + "Get autocomplete and end-to-end type safety from the data model already in your repo.", image: "/illustrations/orm/typesafe", alt: "Type-safe queries", icon: "fa-light fa-message-text", link: "https://www.prisma.io/docs/orm/prisma-client/type-safety", }, { - title: "Data model you can read", - subtitle: "The Prisma schema is intuitive and easy to use", + title: "Schema as your source of truth", + subtitle: + "Keep models, relations, and migrations versioned in code instead of scattered across dashboards.", image: "/illustrations/orm/collaborative", alt: "Collaborative work", icon: "fa-light fa-screen-users", - link: "https://console.prisma.io/login?utm_source=website&utm_medium=orm&utm_campaign=cta", + link: "https://www.prisma.io/docs/orm/prisma-schema/overview", }, { title: "Browse your data", @@ -274,13 +276,13 @@ const ormStructuredData = createSoftwareApplicationStructuredData({ path: "/orm", name: "Prisma ORM", description: - "Next-generation Node.js and TypeScript ORM for PostgreSQL, MySQL, SQL Server, SQLite, MongoDB, and CockroachDB. Provides type-safety, automated migrations, and an intuitive data model.", + "Code-first ORM for Node.js and TypeScript with type-safe queries generated from your schema, declarative migrations, and support for PostgreSQL, MySQL, SQL Server, SQLite, MongoDB, and CockroachDB.", }); export const metadata = createPageMetadata({ - title: "Prisma ORM | Type-Safe ORM for Node.js and TypeScript", + title: "Prisma ORM | Type-Safe Queries for Node.js and TypeScript", description: - "Model data, run migrations, and query PostgreSQL, MySQL, SQLite, SQL Server, MongoDB, and CockroachDB with a type-safe ORM built for developer productivity.", + "Keep schema, migrations, and queries in code with Prisma ORM. Generate type-safe queries for PostgreSQL, MySQL, SQLite, SQL Server, MongoDB, and CockroachDB.", path: "/orm", ogImage: "/og/og-orm.png", }); @@ -297,13 +299,15 @@ export default function ORM() { Prisma ORM -- Prisma ORM elevates developer experience with intuitive data - modeling, automated migrations, and type-safety. +
+ Prisma ORM keeps your schema, migrations, and queries in code for + PostgreSQL, MySQL, SQLite, SQL Server, MongoDB, and CockroachDB, so + you can move from data model to production with strong guarantees + and predictable behavior.
- Integrate Prisma into your development ecosystem and focus on your - team’s core competencies + Bring schema, migrations, and queries into one code-first workflow + your team can share across projects.
- Build, test and ship faster with zero infrastructure to manage. +
+ Built-in connection pooling for serverless and modern deployments, + with the standard PostgreSQL experience and support for Prisma ORM, + Drizzle, TypeORM, Kysely, or raw SQL.
- Usage-based pricing, with a generous free tier. Spend limits - included, so you never get surprised. + Create a managed Postgres database without upfront commitment, + then scale with usage-based pricing and spend limits as traffic + grows.
- See how to get started in just a couple of minutes, with Prisma - Postgres. + Watch how to create a managed Postgres database, connect Prisma + ORM, and get started with standard Postgres workflows in just a + few minutes.
- Deploy a Postgres database instantly. + Managed PostgreSQL with built-in pooling, standard Postgres + compatibility, and direct Prisma ORM integration.