# Prisma

Prisma is a TypeScript developer platform providing a type-safe ORM, managed Postgres, and app hosting.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Use Prisma ORM with Appwrite Postgres

DevFeed: [Use Prisma ORM with Appwrite Postgres](<https://devfeed.tech/articles/use-prisma-orm-with-appwrite-postgres-16503.md>)

Original publisher: [Read original article](<https://appwrite.io/blog/post/prisma-orm-appwrite-postgres>)

Author: Atharva Deosthale

Published: 2026-09-08T00:00:00Z

Content type: tutorial

Language: en

Sources: [Appwrite Blog](<https://devfeed.tech/sources/appwrite-blog.md>)

Topics: [Appwrite](<https://devfeed.tech/topics/appwrite.md>), [Prisma](<https://devfeed.tech/topics/prisma.md>), [Object-relational mapping](<https://devfeed.tech/topics/orm.md>), [PostgreSQL](<https://devfeed.tech/topics/postgresql.md>), [migration](<https://devfeed.tech/topics/migration.md>), [TypeScript](<https://devfeed.tech/topics/typescript.md>)

Tags: [database](<https://devfeed.tech/tags/database.md>), [migration](<https://devfeed.tech/tags/migration.md>), [migrations](<https://devfeed.tech/tags/migrations.md>), [postgresql](<https://devfeed.tech/tags/postgresql.md>), [prisma](<https://devfeed.tech/tags/prisma.md>), [schema](<https://devfeed.tech/tags/schema.md>), [tutorials](<https://devfeed.tech/tags/tutorials.md>), [typescript](<https://devfeed.tech/tags/typescript.md>)

### AI overview

A practical guide to using Prisma ORM with Appwrite Postgres in a TypeScript project. It covers creating the PostgreSQL database, configuring the connection and TLS settings, defining models, generating and applying migrations, generating Prisma Client, and connecting to the database through a driver adapter.

### Source excerpt

Model your data with Prisma ORM, generate a typed client, and test schema migrations against Appwrite Postgres.

## Query and manage Marketplace databases from the dashboard

DevFeed: [Query and manage Marketplace databases from the dashboard](<https://devfeed.tech/articles/query-and-manage-marketplace-databases-from-the-dashboard-1056.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/query-and-manage-marketplace-databases-from-the-dashboard>)

Author: James Clarke

Published: 2026-04-06T04:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [Vercel](<https://devfeed.tech/topics/vercel.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [SQL](<https://devfeed.tech/topics/sql.md>), [dashboards](<https://devfeed.tech/topics/dashboards.md>), [Prisma](<https://devfeed.tech/topics/prisma.md>), [Supabase](<https://devfeed.tech/topics/supabase.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>)

Tags: [browser](<https://devfeed.tech/tags/browser.md>), [databases](<https://devfeed.tech/tags/databases.md>), [json](<https://devfeed.tech/tags/json.md>), [markdown](<https://devfeed.tech/tags/markdown.md>), [prisma](<https://devfeed.tech/tags/prisma.md>), [sql](<https://devfeed.tech/tags/sql.md>), [ui](<https://devfeed.tech/tags/ui.md>), [vercel](<https://devfeed.tech/tags/vercel.md>)

### AI overview

Vercel now lets users query and manage supported Marketplace databases directly from the dashboard. The feature includes SQL queries, data editing, schema inspection, and export of query results as CSV, JSON, or Markdown.

### Source excerpt

You can now run SQL queries, view and edit data, and inspect your database schema directly from the Vercel dashboard. This capability is available for supported marketplace database integrations, including AWS Aurora Postgres, Neon, Prisma, and Supabase, with more services coming soon. Instead of relying on psql or external database UI tools, teams can manage their data directly within Vercel. The integration resource page for supported Postgres databases now includes three new tabs: Query: Run any SQL query, view results, and copy them as CSV, JSON, or Markdown. Data Editor: View table data in a spreadsheet-like interface. You can sort, copy, edit, insert, and delete rows, then apply changes to the database atomically. Schema: View tables and relations in a visual graph layout. This is currently available to users with Owner permissions. Manage your database by navigating to the Browser section of your database page in the dashboard. Read more

## Transfer Marketplace resources between teams

DevFeed: [Transfer Marketplace resources between teams](<https://devfeed.tech/articles/transfer-marketplace-resources-between-teams-1112.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/transfer-marketplace-resources-between-teams>)

Author: Hedi Zandi

Published: 2026-03-31T04:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [Vercel](<https://devfeed.tech/topics/vercel.md>), [Prisma](<https://devfeed.tech/topics/prisma.md>), [Supabase](<https://devfeed.tech/topics/supabase.md>), [Databases](<https://devfeed.tech/topics/databases.md>)

Tags: [database](<https://devfeed.tech/tags/database.md>), [feature](<https://devfeed.tech/tags/feature.md>), [integration](<https://devfeed.tech/tags/integration.md>), [prisma](<https://devfeed.tech/tags/prisma.md>), [vercel](<https://devfeed.tech/tags/vercel.md>)

### AI overview

Vercel now allows teams to transfer Marketplace resources directly through the dashboard. The feature currently supports databases from Prisma, Neon, and Supabase, provided the destination team has the relevant integration installed.

### Source excerpt

You can now transfer Marketplace resources between teams directly from the Vercel dashboard without relying on the API. This simplifies resource management during team or project changes. Both owner and member roles on the source and destination teams can initiate transfers. The destination team must have the corresponding integration installed before receiving a resource. The feature currently supports transfer databases from Prisma, Neon and Supabase , with additional providers and product support coming soon. Start from your database settings in the dashboard, or learn more in the documentation. Read more

## How I Built an Autonomous Development System with AI Agents

DevFeed: [How I Built an Autonomous Development System with AI Agents](<https://devfeed.tech/articles/how-i-built-an-autonomous-development-system-with-ai-agents-27138.md>)

Original publisher: [Read original article](<https://antonioleiva.com/autonomous-dev-agents-system-en>)

Published: 2026-02-16T14:00:00Z

Content type: tutorial

Language: en

Sources: [Antonio Leiva](<https://devfeed.tech/sources/antonio-leiva.md>)

Topics: [Android](<https://devfeed.tech/topics/android.md>), [Loop Engineering](<https://devfeed.tech/topics/loop-engineering.md>), [Development](<https://devfeed.tech/topics/development.md>), [GitHub Issues](<https://devfeed.tech/topics/github-issues.md>), [codex](<https://devfeed.tech/topics/codex.md>), [Next.js](<https://devfeed.tech/topics/next-js.md>), [PostgreSQL](<https://devfeed.tech/topics/postgresql.md>), [Prisma](<https://devfeed.tech/topics/prisma.md>), [Redis](<https://devfeed.tech/topics/redis.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [automation](<https://devfeed.tech/tags/automation.md>), [codex](<https://devfeed.tech/tags/codex.md>), [development](<https://devfeed.tech/tags/development.md>), [github-issues](<https://devfeed.tech/tags/github-issues.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [postgresql](<https://devfeed.tech/tags/postgresql.md>), [prisma](<https://devfeed.tech/tags/prisma.md>), [redis](<https://devfeed.tech/tags/redis.md>), [security](<https://devfeed.tech/tags/security.md>)

### AI overview

The author describes an autonomous development system for the Learnfolx training platform. Specialized scanners identify problems and create GitHub issues, a triage process prioritizes them, and an executor implements fixes and closes issues. Smoke tests provide periodic verification. The system uses Codex App automations and an external cron, with reported results including 80 issues created and about 50 closed in three days.

### Source excerpt

Everything Android, Kotlin and other random topics

## Closing the AI Loop in Software Development

DevFeed: [Closing the AI Loop in Software Development](<https://devfeed.tech/articles/closing-the-ai-loop-in-software-development-27143.md>)

Original publisher: [Read original article](<https://antonioleiva.com/closing-circle-ai>)

Published: 2025-10-22T00:00:00Z

Content type: opinion

Language: en

Sources: [Antonio Leiva](<https://devfeed.tech/sources/antonio-leiva.md>)

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [AI Development](<https://devfeed.tech/topics/ai-development.md>), [Development](<https://devfeed.tech/topics/development.md>), [API](<https://devfeed.tech/topics/api.md>), [Code](<https://devfeed.tech/topics/code.md>), [Persistence](<https://devfeed.tech/topics/persistence.md>), [ui](<https://devfeed.tech/topics/ui.md>), [adb](<https://devfeed.tech/topics/adb.md>), [Chrome](<https://devfeed.tech/topics/chrome.md>), [MCP](<https://devfeed.tech/topics/mcp.md>), [Playwright](<https://devfeed.tech/topics/playwright.md>), [Prisma](<https://devfeed.tech/topics/prisma.md>)

Tags: [adb](<https://devfeed.tech/tags/adb.md>), [agent](<https://devfeed.tech/tags/agent.md>), [ai](<https://devfeed.tech/tags/ai.md>), [api](<https://devfeed.tech/tags/api.md>), [chrome](<https://devfeed.tech/tags/chrome.md>), [code](<https://devfeed.tech/tags/code.md>), [development](<https://devfeed.tech/tags/development.md>), [interface](<https://devfeed.tech/tags/interface.md>), [openapi](<https://devfeed.tech/tags/openapi.md>), [persistence](<https://devfeed.tech/tags/persistence.md>), [playwright](<https://devfeed.tech/tags/playwright.md>), [schema](<https://devfeed.tech/tags/schema.md>), [software](<https://devfeed.tech/tags/software.md>), [software-development](<https://devfeed.tech/tags/software-development.md>)

### AI overview

The article argues that AI coding agents become more capable when they can access and interact with the full development environment. It recommends controlled access to the codebase, database, backend APIs, and user interface so agents can inspect data, verify API responses, test interfaces, and diagnose or fix issues.

### Source excerpt

Everything Android, Kotlin and other random topics

## Le Chat. Custom MCP connectors. Memories.

DevFeed: [Le Chat. Custom MCP connectors. Memories.](<https://devfeed.tech/articles/le-chat-custom-mcp-connectors-memories-7018.md>)

Original publisher: [Read original article](<https://mistral.ai/news/le-chat-mcp-connectors-memories/>)

Published: 2025-09-02T04:00:00Z

Content type: release

Language: en

Sources: [Mistral AI Blog](<https://devfeed.tech/sources/mistral-ai-blog.md>)

Topics: [Model Context Protocol](<https://devfeed.tech/topics/model-context-protocol.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [AI Platform](<https://devfeed.tech/topics/ai-platform.md>), [Automation](<https://devfeed.tech/topics/automation.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [on-prem](<https://devfeed.tech/topics/on-prem.md>), [databricks](<https://devfeed.tech/topics/databricks.md>), [GitHub](<https://devfeed.tech/topics/github.md>), [Notion](<https://devfeed.tech/topics/notion.md>), [Prisma](<https://devfeed.tech/topics/prisma.md>), [pull-requests](<https://devfeed.tech/topics/pull-requests.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-assistants](<https://devfeed.tech/tags/ai-assistants.md>), [automation](<https://devfeed.tech/tags/automation.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [databricks](<https://devfeed.tech/tags/databricks.md>), [docs](<https://devfeed.tech/tags/docs.md>), [github](<https://devfeed.tech/tags/github.md>), [integrations](<https://devfeed.tech/tags/integrations.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [on-prem](<https://devfeed.tech/tags/on-prem.md>), [platform](<https://devfeed.tech/tags/platform.md>), [prisma](<https://devfeed.tech/tags/prisma.md>), [pull-requests](<https://devfeed.tech/tags/pull-requests.md>)

### AI overview

Mistral introduces custom MCP connectors and Memories in Le Chat. The release adds more than 20 secure connectors for enterprise data, productivity, development, automation, and commerce workflows, with options to search, summarize, and act in connected tools. Memories provide personalized responses, user control over stored information, and import from ChatGPT.

### Source excerpt

The most powerful AI platform for enterprises. Customize, fine-tune, and deploy AI assistants, autonomous agents, and multimodal AI with open models.

## Cal.com launches Expert Marketplace built with Next.js and Supabase.

DevFeed: [Cal.com launches Expert Marketplace built with Next.js and Supabase.](<https://devfeed.tech/articles/cal-com-launches-expert-marketplace-built-with-next-js-and-supabase-330.md>)

Original publisher: [Read original article](<https://supabase.com/blog/calcom-platform-starter-kit-nextjs-supabase>)

Author: Richard Poelderl; Peer Richelsen; Thor Schaeff

Published: 2024-06-18T07:00:00Z

Content type: news

Language: en

Sources: [Supabase Blog](<https://devfeed.tech/sources/supabase-blog.md>)

Topics: [Supabase](<https://devfeed.tech/topics/supabase.md>), [Next.js](<https://devfeed.tech/topics/next-js.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [Prisma](<https://devfeed.tech/topics/prisma.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [API](<https://devfeed.tech/topics/api.md>), [Serverless](<https://devfeed.tech/topics/serverless.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [app](<https://devfeed.tech/tags/app.md>), [database](<https://devfeed.tech/tags/database.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [postgres](<https://devfeed.tech/tags/postgres.md>), [prisma](<https://devfeed.tech/tags/prisma.md>), [s3](<https://devfeed.tech/tags/s3.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [storage](<https://devfeed.tech/tags/storage.md>)

### AI overview

Cal.com and Supabase collaborated on an open-source platform starter kit built with Next.js. The article explains the migration from SQLite to Postgres, Prisma configuration, serverless connection pooling, schema management, and Supabase Storage for secure profile image uploads.

### Source excerpt

Cal.com and Supabase team up to build an open-source platform starter kit for developers.

## Better Postgres with Prisma Experience

DevFeed: [Better Postgres with Prisma Experience](<https://devfeed.tech/articles/better-postgres-with-prisma-experience-5028.md>)

Original publisher: [Read original article](<https://neon.com/blog/better-postgres-with-prisma-experience>)

Author: Raouf Chebri

Published: 2024-03-07T14:17:20Z

Content type: article

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [Prisma](<https://devfeed.tech/topics/prisma.md>), [Object-relational mapping](<https://devfeed.tech/topics/orm.md>), [migration](<https://devfeed.tech/topics/migration.md>), [Serverless](<https://devfeed.tech/topics/serverless.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>), [TypeScript](<https://devfeed.tech/topics/typescript.md>), [AWS Lambda](<https://devfeed.tech/topics/aws-lambda.md>), [Vercel](<https://devfeed.tech/topics/vercel.md>)

Tags: [aws-lambda](<https://devfeed.tech/tags/aws-lambda.md>), [backend](<https://devfeed.tech/tags/backend.md>), [community](<https://devfeed.tech/tags/community.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [migration](<https://devfeed.tech/tags/migration.md>), [orm](<https://devfeed.tech/tags/orm.md>), [prisma](<https://devfeed.tech/tags/prisma.md>), [process](<https://devfeed.tech/tags/process.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [typescript](<https://devfeed.tech/tags/typescript.md>), [vercel](<https://devfeed.tech/tags/vercel.md>)

### AI overview

Neon describes improvements that make Postgres work more seamlessly with Prisma ORM. The changes support schema migrations through pooled connections, allow Neon's default connection string to be used for scaling serverless applications, remove the need for multiple database URLs and a query parameter, and add prepared-statement support across Neon, PgBouncer, and Prisma.

### Source excerpt

We're Neon. We're building Postgres that helps you confidently ship reliable and scalable apps. We made Postgres on Neon work seamlessly with Prisma. This article explains how we did it. We love Prisma, and so do developers. Prisma ORM makes it easy to perform schema migrations a...

## Announcing New Prisma, Hasura & Cloudflare Integrations with Turso

DevFeed: [Announcing New Prisma, Hasura & Cloudflare Integrations with Turso](<https://devfeed.tech/articles/announcing-new-prisma-hasura-cloudflare-integrations-with-turso-5890.md>)

Original publisher: [Read original article](<https://turso.tech/blog/announcing-new-prisma-hasura-cloudflare-integrations-with-turso-c82d3a2f6d5b>)

Author: Glauber Costa

Published: 2023-09-28T00:00:00Z

Content type: release

Language: en

Sources: [Turso Blog](<https://devfeed.tech/sources/turso-blog.md>)

Topics: [Turso](<https://devfeed.tech/topics/turso.md>), [Hasura](<https://devfeed.tech/topics/hasura.md>), [Prisma](<https://devfeed.tech/topics/prisma.md>), [Workers](<https://devfeed.tech/topics/workers.md>), [Object-relational mapping](<https://devfeed.tech/topics/orm.md>), [API](<https://devfeed.tech/topics/api.md>), [SQLite](<https://devfeed.tech/topics/sqlite.md>), [code productivity](<https://devfeed.tech/topics/code-productivity.md>)

Tags: [announce](<https://devfeed.tech/tags/announce.md>), [api](<https://devfeed.tech/tags/api.md>), [blog-post](<https://devfeed.tech/tags/blog-post.md>), [cloudflare](<https://devfeed.tech/tags/cloudflare.md>), [cloudflare-workers](<https://devfeed.tech/tags/cloudflare-workers.md>), [developer-productivity](<https://devfeed.tech/tags/developer-productivity.md>), [hasura](<https://devfeed.tech/tags/hasura.md>), [integrations](<https://devfeed.tech/tags/integrations.md>), [orm](<https://devfeed.tech/tags/orm.md>), [prisma](<https://devfeed.tech/tags/prisma.md>), [secrets](<https://devfeed.tech/tags/secrets.md>), [sqlite](<https://devfeed.tech/tags/sqlite.md>), [turso](<https://devfeed.tech/tags/turso.md>)

### AI overview

Turso announces upcoming integrations with Prisma, Cloudflare Workers, and Hasura. The Prisma connector adds support for Turso's SQLite-over-HTTP model in Edge environments; Cloudflare Workers users can deploy Turso databases and inject secrets and connection strings; and Hasura is developing an official connector to bring its Data APIs to the Edge.

### Source excerpt

Nobody uses a database in isolation. That's true if you have one database, or five hundred. Databases are part of stacks, and we use them to achieve goals. That's why making it easier to integrate...

## Scaling Prisma applications with Neon read-only replicas

DevFeed: [Scaling Prisma applications with Neon read-only replicas](<https://devfeed.tech/articles/scaling-prisma-applications-with-neon-read-only-replicas-5762.md>)

Original publisher: [Read original article](<https://neon.com/blog/read-replicas-prisma>)

Author: Mahmoud Abdelwahab

Published: 2023-09-13T14:59:14Z

Content type: tutorial

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [Prisma](<https://devfeed.tech/topics/prisma.md>), [Replication](<https://devfeed.tech/topics/replication.md>), [Database](<https://devfeed.tech/topics/database.md>), [Scalability](<https://devfeed.tech/topics/scalability.md>), [autoscaling](<https://devfeed.tech/topics/autoscaling.md>), [Access Control](<https://devfeed.tech/topics/access-control.md>)

Tags: [access-control](<https://devfeed.tech/tags/access-control.md>), [autoscaling](<https://devfeed.tech/tags/autoscaling.md>), [availability](<https://devfeed.tech/tags/availability.md>), [cli](<https://devfeed.tech/tags/cli.md>), [community](<https://devfeed.tech/tags/community.md>), [database](<https://devfeed.tech/tags/database.md>), [guide](<https://devfeed.tech/tags/guide.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [prisma](<https://devfeed.tech/tags/prisma.md>), [replication](<https://devfeed.tech/tags/replication.md>), [scalability](<https://devfeed.tech/tags/scalability.md>), [scale](<https://devfeed.tech/tags/scale.md>)

### AI overview

This guide explains read replicas, how Neon read-only replicas work, and how they can scale Prisma applications. It covers workload offloading, throughput, access control, resource customization, replication differences from traditional Postgres, cost, data consistency, availability, and creation through the Neon interface or CLI.

### Source excerpt

In this guide, we'll cover what read replicas are, how they work in Neon, and how to leverage them to scale your Prisma applications. What is a read replica? A read replica is a read-only synchronized copy of your primary database. It offloads read traffic from your primary datab...

## Showcase of Neon Branching to Run Prisma Migrations on Postgres

DevFeed: [Showcase of Neon Branching to Run Prisma Migrations on Postgres](<https://devfeed.tech/articles/showcase-of-neon-branching-to-run-prisma-migrations-on-postgres-5747.md>)

Original publisher: [Read original article](<https://neon.com/blog/prisma-day-talk>)

Author: Nikita Shamgunov

Published: 2022-06-30T11:39:00Z

Content type: article

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [Developer experience](<https://devfeed.tech/topics/developer-experience.md>), [Prisma](<https://devfeed.tech/topics/prisma.md>), [Database](<https://devfeed.tech/topics/database.md>), [migration](<https://devfeed.tech/topics/migration.md>), [Serverless](<https://devfeed.tech/topics/serverless.md>), [GitHub Actions](<https://devfeed.tech/topics/github-actions.md>), [Vercel](<https://devfeed.tech/topics/vercel.md>)

Tags: [community](<https://devfeed.tech/tags/community.md>), [database](<https://devfeed.tech/tags/database.md>), [demo](<https://devfeed.tech/tags/demo.md>), [developer-experience](<https://devfeed.tech/tags/developer-experience.md>), [github](<https://devfeed.tech/tags/github.md>), [github-actions](<https://devfeed.tech/tags/github-actions.md>), [migration](<https://devfeed.tech/tags/migration.md>), [postgres](<https://devfeed.tech/tags/postgres.md>), [prisma](<https://devfeed.tech/tags/prisma.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [vercel](<https://devfeed.tech/tags/vercel.md>)

### AI overview

A presentation demonstrates Neon's developer experience, storage-compute separation, serverless Postgres, and database branching. It shows a workflow using Neon, Vercel, Prisma, and GitHub Actions to test a migration in a database branch before applying it to production.

### Source excerpt

In this presentation we demonstrate our focus on developer experience (DevX) at Neon. You will learn about Neon architecture of separation of storage and compute, how it allows for serverless Postgres, and the unique ability of Neon to create database branches. We put it all toge...

## graphql-tools 3.0 improves GraphQL schema stitching with transforms and namespacing

DevFeed: [graphql-tools 3.0 improves GraphQL schema stitching with transforms and namespacing](<https://devfeed.tech/articles/the-next-generation-of-schema-stitching-23543.md>)

Original publisher: [Read original article](<https://www.apollographql.com/blog/the-next-generation-of-schema-stitching-2716b3b259c0>)

Author: Sashko Stubailo

Published: 2018-04-26T19:54:00Z

Content type: release

Language: en

Sources: [Apollo Blog](<https://devfeed.tech/sources/apollo-blog.md>)

Topics: [GraphQL](<https://devfeed.tech/topics/graphql.md>), [API](<https://devfeed.tech/topics/api.md>), [Microservice](<https://devfeed.tech/topics/microservice.md>), [Prisma](<https://devfeed.tech/topics/prisma.md>)

Tags: [announcement](<https://devfeed.tech/tags/announcement.md>), [apollo-federation](<https://devfeed.tech/tags/apollo-federation.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [generation](<https://devfeed.tech/tags/generation.md>), [graphql](<https://devfeed.tech/tags/graphql.md>), [release](<https://devfeed.tech/tags/release.md>), [schema](<https://devfeed.tech/tags/schema.md>)

### AI overview

This article announces graphql-tools 3.0, a backward-compatible release that improves GraphQL schema stitching. It introduces schema transforms for modifying schemas and supports namespacing to help identify and avoid schema conflicts.

### Source excerpt

Note: This post discusses Schema Stitching, an approach we explored that eventually led to the development of Apollo Federation. We recommend migrating to Federation for a more robust and scalable architecture. To get started, follow this migration guide and read this blog post for a real-world example of an organization benefiting from this migration. A few months ago, we launched the first version of a new concept called "schema stitching" in graphql-tools 2.0.

## GraphQL schema delegation

DevFeed: [GraphQL schema delegation](<https://devfeed.tech/articles/graphql-schema-delegation-23335.md>)

Original publisher: [Read original article](<https://www.apollographql.com/blog/graphql-schema-delegation-9d832648c543>)

Author: Mikhail Novikov

Published: 2018-04-09T21:00:00Z

Content type: tutorial

Language: en

Sources: [Apollo Blog](<https://devfeed.tech/sources/apollo-blog.md>)

Topics: [GraphQL](<https://devfeed.tech/topics/graphql.md>), [Library](<https://devfeed.tech/topics/library.md>), [API](<https://devfeed.tech/topics/api.md>), [gateway](<https://devfeed.tech/topics/gateway.md>), [Microservice](<https://devfeed.tech/topics/microservice.md>), [Architecture & Design](<https://devfeed.tech/topics/architecture-design.md>), [Prisma](<https://devfeed.tech/topics/prisma.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [article](<https://devfeed.tech/tags/article.md>), [backend](<https://devfeed.tech/tags/backend.md>), [gateway](<https://devfeed.tech/tags/gateway.md>), [graphql](<https://devfeed.tech/tags/graphql.md>), [guest-post](<https://devfeed.tech/tags/guest-post.md>), [library](<https://devfeed.tech/tags/library.md>), [microservices](<https://devfeed.tech/tags/microservices.md>), [prisma](<https://devfeed.tech/tags/prisma.md>), [schema](<https://devfeed.tech/tags/schema.md>)

### AI overview

A guest post explains GraphQL schema delegation, a technique for forwarding all or part of a GraphQL query to another schema and reusing schema components without manually querying them. It discusses applications including GraphQL gateways, underlying microservices, third-party GraphQL APIs, and Prisma-based database proxies.

### Source excerpt

This is a guest post by Mikhail Novikov, who worked on GraphQL schema delegation and schema stitching in the graphql-tools library. He is currently available for remote GraphQL contract work. Contact him at if you need some GraphQL help. In this article I'm going to talk about schema delegation -- a way to automatically forward a GraphQL query (or a part of it) to another schema. Schema delegation allows reusing parts of other schemas without manually querying them.