prisma/prisma
Primitives
Foundational types that appear across many systems in prisma/prisma. If you're modifying any of these, expect to touch multiple packages.
Pages
- DMMF — the JSON AST shape every generator and the Wasm parser agree on
- Prisma schema (PSL) — the
.prismafile format - Query plan — the IR between query compiler and interpreter
- PrismaConfigInternal — the parsed
prisma.config.tsshape - SqlQueryable / SqlDriverAdapter — the driver adapter contract
- MappedError — the normalized adapter error shape
Built by Factory AutoWiki from public repository content. It is a generated preview for codebase exploration, not source-maintained documentation.