Skip to content
goard
Go to anything
Open any GitHub user, repo or page
You're not signed in, so some data is limited. Sign in with GitHub for full access.

Next-generation ORM for Node.js & TypeScript | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB

TypeScript Apache-2.0 71.8 MB Created Jun 5, 2026
Stars 0 Forks 0 Watchers 0 Open issues 0 Open PRs 0
History

2 branches 0 tags

main ci(e2e): shard client e2e suite across 3 jobs to fix chronic timeouts… 93da6ea
fix: harden ~/.config/prisma-platform/auth.json to 0o600 (#29568) 3c4013c
fix: remove duplicate 'the the' in test comments (#29610) 3937779
chore(deps): bump @prisma/dev to 0.24.9 (resolves hono GHSA-92pp-h63x… fda8fbc
fix(client): restore OmitOpts default type to improve type-checking p… 868ffdd
chore(deps): bump postgres-bytea to 1.0.1 to drop Buffer() deprecatio… 42f9102
chore: disable scheduled CI; run on push/PR/manual dispatch (#29553) ab2b847
chore: remove parameterization from sqlcommenter-query-insights (#29518) d6d9fc9
fix(client-engine-runtime): surface unmapped driver errors as user-fa… 0036baf
fix(docker): make MongoDB replica set init idempotent (#29515) 895729a
fix(security): patch hono, ajv, and uuid vulnerabilities (#29514) ec30a5d
chore(deps): update engines to 7.8.0-5.e96eae70cf4ade6a15d7e6064d5b0b… 62b44ac
feat: add a query plan cache size parameter (#29503) 4104864
fix: remove savepoint operations from the D1 adapter (#29499) fa90003
fix(cli): route bootstrap telemetry to Prisma Web Properties project … 5723406
chore(deps): update engines to 7.8.0-4.8c287008617e9b12f313df99e2c821… 723ba7b
fix(migrate): remove dead --shadow-database-url reference in MigrateD… 51a4a52
chore(deps): update engines to 7.8.0-2.3187e3937290320ba3c7dbd5aa94af… cadbafe
chore(deps): update engines to 7.8.0-1.7b80cc56c645c6e03c7541474e6a7c… f705533
chore: fix prettier CI issue (#29456) 8c20480
fix: security fix for @hono/node-server (#29448) c10c587
Fix 29271 (#29303) fbab4e8
fix(client-engine-runtime): serialize unknown driver adapter error ca… e5806b0
fix(cli): install missing `@prisma/client` in `prisma bootstrap` (#29… 8e71aa7
chore: fix `pnpm audit --prod` (#29401) ab7aa09
fix(cli): bootstrap UX — auto-install deps, resumable flow, timeout h… ada077b
chore: extract parameterization to client-engine-runtime (#29422) 6a3c3cc
feat(cli): add prisma bootstrap command (#29374) 9b0b7f5
chore: bump @prisma/dev to 0.24.3 (#29396) 5fece0a
feat(cli): add `prisma postgres link` command (#29352) 45d7e0f
feat: pg statement name generator (#29395) f2ca67e
feat: mariadb protocol options (#29392) 1a3c498
fix(client): prevent caching of createMany queries to avoid cache blo… 5b420f8
feat: dmmf streaming with an E2E test (#29377) 30f0af6
fix: set @types/pg to ^8.16.0 (#29390) 4131568
Pre-bundle Studio frontend assets and replace Hono (#29389) adbdf15
fix: pin E2E typescript to prevent 6 upgrade (#29383) 14c3c2e
chore: bump effect to fix vulnerability (#29384) f8258ad
chore(deps): update engines to 7.6.0-1.75cbdc1eb7150937890ad5465d8611… ecae3b6
feat(cli): update bundled @prisma/studio-core to 0.27.3 (#29376) 74839a9
fix(query-plan-executor): log errors more reliably (#29359) 32fb24b
fix(adapter-pg): handle both quoted/unquoted column names in ColumnNo… 33667c3
refactor: extract 'prisma-client-js' into PRISMA_CLIENT_JS_PROVIDER c… 309b4bc
fix: export Get<Model>GroupByPayload type in prisma-client generator … 67b6986
feat(adapter-pg): accept connection string URL in PrismaPg constructo… e97b3e0
fix(internals): improve missing model message to hint about --require… a98aff2
fix(client-engine-runtime): make NowGenerator lazy to avoid synchrono… 3f2438c
chore(deps): update engines to 7.5.0-15.280c870be64f457428992c43c1f6d… ccce148
chore(deps): update engines to 7.5.0-14.d684c195f0a8bfb0ba8ca62841637… de1c376
chore: add pnpm overrides to fix audit (#29332) 3fecf73
fix: fix DATE cursor comparison (#29327) ea93809
chore(deps): update engines to 7.5.0-13.0f1690a1b5dcd01b5341a4f411f07… f8e742a
Bump studio-core dependency to 0.21.1 (#29322) 2cd422d
chore(deps): update engines to 7.5.0-11.7b8301120d804d084ab24ec6332a8… 3e2392d
fix(client): fix browser-imported Prisma.DbNull producing empty objec… 4b65b60
Fix DateTime fields returning Invalid Date with unixepoch-ms (#29274) 7a1f497
fix: use mysql binary protocol to avoid a lossy conversion (#29285) bee4502
feat(cli): update Studio to @prisma/studio-core 0.15.0 (#29255) 9fa295d
chore: migrate internals tests to vitest (#29279) 11ec4fe
chore(cli): replace Accelerate CTA with create-db in generated schema… bbd603e
refactor(client-runtime-utils): use private property instead of WeakM… 1c96216
feat: add distinct field JSDoc to findMany operation (#29269) 8e66b69
Make @types/pg a direct dependency of adapter-pg (#29277) fc38fb7
Migrate `prisma init --db` to new connection model (#29283) 57641cb
chore: migrate get-platform to vitest (#29278) 6738298
fix: use safeJsonStringify for nested Uint8Array in Json fields (#29268) 455853d
fix: fix accidental query plan mutation (#29262) 6586972
fix: support joins that do not require strict equality (#29251) 90d119c
test: do not wrap array parameters in arrays in push (#29244) b311672
doc: update PrismaClient ctor usages in docs (#29260) de0ff31
fix(adapter-mariadb,adapter-planetscale): return strings for text col… 76bb95b
test: add missing restoreAllMocks (#29256) 6db8a18
chore: migrate debug to vitest (#29250) 4a48ecc
fix: correct mariadb relationJoins check (#29246) c33e8f8
chore: bump vitest to 4.0 (#29227) b426bbd
test(client): preserve BigInt precision in relationJoins queries (#29… 28d0981
chore: remove unused dependencies (#29230) a8361f1
chore(deps): update engines to 7.5.0-9.c6be8e68bf8e4a36534064f9323a34… 620ac9e
fix: render tuple functions (#29243) 87d2313
chore(deps): update engines to 7.5.0-7.e32e01e74d5841684e517d184a54ae… fd2de83
chore: bump hono override to fix audit (#29228) c1a94ca
chore: migrate client-engine-runtime to vitest (#29234) 18ee89f
chore(deps): update engines to 7.5.0-5.6bddf5676887cb38db09da3fa10a47… cb5e8a1
feat(cli): add platform status command (#29207) c61292b
feat: add support for nested transaction rollbacks via savepoints in … 6091e02
chore(deps): update engines to 7.5.0-4.55ae170b1ced7fc6ed07a15f110549… 85c63e5
fix(adapter-ppg): handle null values in type parsers for nullable col… 9618edc
fix(client): apply result extensions for nested and fluent relations … 77bfc96
chore: update transaction links (#29204) 3fd1431
chore: remove flaky benchmarks (#29213) d4fe13d
chore: remove memory tests (#29214) d1cd9c4
fix: add missing deserialization for JSON values (#29182) 344ccd5
fix: allow batching of more than one query inside interactive transac… 6587f54
fix(client): preserve Prisma.skip through query extension args clonin… 9865dcb
chore(deps): update engines to 7.5.0-3.3f492635eb3e6b8b8cdfeb170b6c4f… b0385e1
docs(migrate): Fix typo in MigrateDiff command help text (#29189) d42cbfd
docs(root): fix links in README.md (#29196) c6a703e
feat: PTL-956 remove platform CLI (#29186) 17e1975
chore: remove unused CLI commands (#29187) e1a9769
chore(deps): update engines to 7.5.0-1.6f4d6f15829886a577303c96ec521c… 28c7d6c