Getting Started

  • Start with the Docs index and [AGENTS.md](../../AGENTS.md) for repo entry points.
  • Read the Architecture Overview for the high-level model.
  • Build and test:
    • pnpm build
    • pnpm test:packages
  • Run the demo:
    • cd examples/prisma-8-demo
    • follow [examples/prisma-8-demo/README.md](../../examples/prisma-8-demo/README.md)
  • Coming from Prisma 7? examples/prisma7-adoption runs Prisma 7 and Prisma 8 side by side on one database, with Prisma 8 reading the Prisma 7 schema.
  • Working in a Cursor cloud agent? See Cursor Cloud Agents.