0/10
In syncvs https://www.prisma.io/docs/orm/prisma-client
The documentation is generally well-aligned with the code API surface for Prisma Client. The code exports show multiple adapter factories and utility exports that are not directly mentioned in the sampled documentation pages, but this appears to be expected as the docs focus on high-level usage rather than exhaustive API reference. No high-severity mismatches were identified in the provided doc samples.
0 high0 medium0 low
12
Files analyzed
56
API symbols
5
Doc pages
22.5s
Analyzed in
39%
API coverage — Poorly documented
22 of 56 exported symbols mentioned in docs
12 source files inspected · claude-haiku-4-5-20251001 · Jun 1, 2026
- packages/client/index.d.ts
- packages/adapter-better-sqlite3/src/index.ts
- packages/adapter-mariadb/src/index.ts
- packages/adapter-mssql/src/index.ts
- packages/adapter-neon/src/index.ts
- packages/adapter-pg/src/index.ts
- packages/adapter-planetscale/src/index.ts
- packages/adapter-ppg/src/index.ts
- packages/bundled-js-drivers/src/index.ts
- packages/client-common/src/index.ts
- packages/client-engine-runtime/src/index.ts
- packages/client-generator-js/src/index.ts
Full parity — no significant drift found 🎉
The documentation matches the code's public API surface well.