Prisma

TypeScript data platform combining Prisma ORM for type-safe queries, Prisma Postgres for managed databases, and Prisma Compute for long-lived app processes.

Track Prisma from Claude, Cursor, Codex, Windsurf

About

Prisma is a TypeScript infrastructure platform for building and deploying applications, combining an ORM, a managed database, and compute designed to work together natively.

Prisma ORM provides type safe queries generated from a schema, with a schema first workflow, a generated client, autocomplete, and compile time guarantees. Prisma Postgres is managed Postgres for modern deployments, offering standard PostgreSQL with built in pooling and support for modern deployment environments. Prisma Compute lets developers deploy TypeScript apps as long lived processes near their database, aimed at APIs and AI agents with fewer serverless constraints.

The company frames the combination as being able to build, deploy, and iterate end to end in one conversation, with ORM, Postgres and Compute built to work together rather than assembled separately.