{
  "slug": "prisma",
  "name": "Prisma",
  "url": "https://www.prisma.io",
  "cat": "backend",
  "group": "back",
  "tagline": "Schema-first TypeScript ORM",
  "price": "ORM is free and open source. Prisma Postgres free: 100K operations/mo, 500MB, up to 50 databases. Starter $10/mo (1M operations, 10GB, 1,000 databases).",
  "tier": "mixed",
  "pick": false,
  "what": "A schema-first ORM that generates a fully typed client from a declarative <code>schema.prisma</code> file, with its own migration engine and a Studio data browser. The company also sells Prisma Postgres, a managed database whose free plan covers 100,000 operations monthly and 500MB across up to 50 databases.",
  "why": "That single schema file is the most legible way to hand a data model to an agent, and there is more Prisma than any other TypeScript ORM in training data. The official MCP server at <code>mcp.prisma.io</code> includes a docs search tool.",
  "warn": "Historically a heavy Rust query engine bloated serverless bundles and added cold-start latency; newer versions moved to TypeScript, so check your deployment target. Connection pooling still matters on serverless.",
  "install": "npx prisma init",
  "category": {
    "key": "backend",
    "name": "Databases & backend",
    "desc": "Where your data lives. Free-tier pausing behaviour is the field to read.",
    "group": "back",
    "groupName": "Give it a backend"
  },
  "freshness": null,
  "health": {
    "ok": true,
    "status_code": 200,
    "final_url": "https://www.prisma.io/",
    "checked_at": "2026-08-18T22:10:46.578+00:00"
  },
  "corrected_at": null,
  "upstream_changed_at": null
}