---
title: "Learn how Prisma Helps Rapha Manage Their Mobile Application Data"
url: https://daily.dev/posts/learn-how-prisma-helps-rapha-manage-their-mobile-application-data-xjhnpc1v2
source_url: https://www.prisma.io/blog/helping-rapha-access-data-across-platforms-n3jfhtyu6rgn
type: article
source: "Prisma Blog"
published: 2026-05-31T07:45:34.040Z
updated: 2026-05-31T09:33:54.983Z
tags: ["postgresql", "graphql", "prisma"]
reading_time: 6
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Learn how Prisma Helps Rapha Manage Their Mobile Application Data

**[Prisma Blog](https://daily.dev/sources/prisma-blog)** · 6 min read · 0 upvotes · 0 comments

## Summary

Rapha, a cycling apparel and community brand, uses Prisma ORM to manage data for their iOS and Android mobile applications. Their mobile stack combines PostgreSQL on Amazon RDS, Prisma 2, Nexus Schema, and Apollo Server to deliver a GraphQL API. Prisma serves as a single source of truth for data models, enabling safe schema changes via Prisma Migrate integrated into their CI/CD pipeline. The abstraction layer also gives Rapha flexibility to swap or add data sources in the future without disrupting the developer experience.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.prisma.io/blog/helping-rapha-access-data-across-platforms-n3jfhtyu6rgn>

## Similar posts on daily.dev

- [Manage a Next.js Monorepo with Prisma](https://daily.dev/posts/manage-a-next-js-monorepo-with-prisma-mfa24in4j) · AppSignal · 3 upvotes · 0 comments
- [Prisma Is Building the Stack for the Next Million Products](https://daily.dev/posts/prisma-is-building-the-stack-for-the-next-million-products-r2r9wxzm4) · Prisma Blog · 0 upvotes · 0 comments

---

Tags: [#postgresql](https://daily.dev/tags/postgresql), [#graphql](https://daily.dev/tags/graphql), [#prisma](https://daily.dev/tags/prisma)

[View this post on daily.dev](https://daily.dev/posts/learn-how-prisma-helps-rapha-manage-their-mobile-application-data-xjhnpc1v2)
