{"id":"org_6F6EsC0Cws6EYvP51WlLX","slug":"prisma","name":"Prisma","domain":"prisma.io","description":null,"category":"database","avatarUrl":"https://media.releases.sh/orgs/prisma.png","isHidden":false,"autoGenerateContent":false,"overviewCadenceDays":null,"featured":false,"fetchPaused":false,"discovery":"curated","status":"tracked","tags":[],"sourceCount":3,"releaseCount":471,"releasesLast30Days":3,"avgReleasesPerWeek":1.6,"lastFetchedAt":"2026-07-20T00:28:57.036Z","lastPolledAt":"2026-07-20T00:28:11.928Z","trackingSince":"2020-04-21T14:40:44.000Z","aliases":["pris.ly"],"accounts":[{"platform":"github","handle":"prisma"},{"platform":"x","handle":"prisma"}],"products":[],"sources":[{"id":"src_lr7dHSUbfKCBCk28tUh0h","slug":"prisma-language-tools","name":"Language Tools","type":"github","url":"https://github.com/prisma/language-tools","isPrimary":false,"isHidden":false,"discovery":"curated","fetchPriority":"normal","lastFetchedAt":"2026-07-19T23:00:21.581Z","lastPolledAt":"2026-07-19T23:00:15.475Z","releaseCount":225,"latestVersion":"31.11.0","latestDate":"2026-05-19T16:21:51.000Z","latestAddedAt":"2026-05-19T20:05:07.047Z","productSlug":null,"productName":null,"kind":"integration","metadata":"{\"changelogDetectedAt\":\"2026-03-31T14:08:05.261Z\",\"changelogPaths\":[\"packages/vscode/CHANGELOG.md\"],\"wellKnownSweptAt\":\"2026-07-16T06:00:26.474Z\",\"sourceActor\":{\"nextAlarmAt\":\"2026-07-20T02:55:30.275Z\",\"lastAlarmAt\":\"2026-07-19T22:55:36.811Z\",\"managed\":true}}"},{"id":"src_Dl0-sZ84Cltb3e0ouROc7","slug":"prisma","name":"Prisma","type":"github","url":"https://github.com/prisma/prisma","isPrimary":false,"isHidden":false,"discovery":"curated","fetchPriority":"normal","lastFetchedAt":"2026-07-20T00:28:57.036Z","lastPolledAt":"2026-07-20T00:28:11.928Z","releaseCount":203,"latestVersion":"7.8.0","latestDate":"2026-04-22T14:19:23.000Z","latestAddedAt":"2026-04-22T15:01:41.604Z","productSlug":null,"productName":null,"kind":"sdk","metadata":"{\"changelogDetectedAt\":\"2026-03-31T14:07:53.424Z\",\"wellKnownSweptAt\":\"2026-07-16T06:00:26.474Z\",\"sourceActor\":{\"nextAlarmAt\":\"2026-07-20T04:25:37.668Z\",\"lastAlarmAt\":\"2026-07-20T00:25:38.838Z\",\"managed\":true}}"},{"id":"src_70e9lPuzVnLkhHuuuhqXE","slug":"prisma-changelog","name":"Prisma Changelog","type":"scrape","url":"https://www.prisma.io/changelog","isPrimary":false,"isHidden":false,"discovery":"curated","fetchPriority":"paused","lastFetchedAt":"2026-07-15T20:51:37.253Z","lastPolledAt":"2026-07-15T16:53:55.698Z","releaseCount":22,"latestVersion":"7.2.0","latestDate":"2026-07-09T00:00:00.000Z","latestAddedAt":"2026-07-10T03:10:15.051Z","productSlug":null,"productName":null,"kind":"sdk","metadata":"{\"noFeedFound\":true,\"pageEtag\":\"\\\"417d8bc55eec0846c017fc34884dc120\\\"\",\"pageContentLength\":\"213335\",\"sourceActor\":{\"nextAlarmAt\":null,\"lastAlarmAt\":\"2026-07-15T20:53:56.138Z\",\"managed\":false}}"}],"overview":{"scope":"org","content":"`prisma bootstrap` shipped in 7.7.0, chaining the full Prisma Postgres setup — template scaffold, auth, migrate, generate, and seed — into one interactive command.\n\n**`prisma bootstrap` and the `prisma postgres` CLI group unify hosted database setup.** `prisma postgres link` (7.6.0) connects a local project to a Prisma Postgres database. `prisma bootstrap` (7.7.0) extends this into a single flow that detects project state and runs only the steps still needed, including a choice of 10 starter templates (Next.js, Express, Hono, Nuxt, SvelteKit, Remix, and others from `prisma-examples`). Steps already completed are skipped, so the command is safe to re-run.\n\n**Query plan caching reduces main-thread compile overhead on repeated query shapes.** Starting in 7.4.0, Prisma Client normalizes query shapes into cache keys and stores compiled plans in an LRU cache. The `queryPlanCacheMaxSize` constructor option added in 7.8.0 lets you tune cache size or pass `0` to disable it entirely.\n\n**Nested transaction savepoints allow inner rollbacks without unwinding the outer transaction.** Added in 7.5.0, `$transaction` from an interactive transaction client now works at any nesting depth; Prisma tracks transaction ID and depth to reuse the underlying engine connection.\n\n**Partial indexes landed as a preview feature for PostgreSQL, SQLite, SQL Server, and CockroachDB.** Both raw SQL predicates via `raw()` and a type-safe object literal syntax are supported directly in the schema, with migration and introspection included.\n\n**Driver adapter ergonomics improved across `pg` and `mariadb`.** `@prisma/adapter-pg` added a `statementNameGenerator` option for prepared statement caching and support for passing connection strings directly in the constructor. `@prisma/adapter-mariadb` added a `useTextProtocol` option to toggle between text and binary protocols.\n\nPrisma 6 users should note that 6.19.3 patches a security vulnerability in the `effect` dependency.","releaseCount":64,"lastContributingReleaseAt":"2026-05-19T16:21:51.000Z","generatedAt":"2026-04-16T15:16:13.734Z","updatedAt":"2026-06-01T17:22:07.412Z","citations":[{"sourceUrl":"https://github.com/prisma/prisma/releases/tag/7.7.0","title":"prisma bootstrap command","releaseId":"rel_2rJS7vVgTAdbR326O1C6Z","releaseWebUrl":"https://releases.sh/release/rel_2rJS7vVgTAdbR326O1C6Z-7-7-0"},{"sourceUrl":"https://github.com/prisma/prisma/releases/tag/7.6.0","title":"7.6.0 - prisma postgres link","releaseId":"rel_Vrd8Fp1G4lrcFdOD-o7RP","releaseWebUrl":"https://releases.sh/release/rel_Vrd8Fp1G4lrcFdOD-o7RP-7-6-0"},{"sourceUrl":"https://www.prisma.io/changelog#7-7-0","title":"Prisma ORM v7.7.0: the new prisma bootstrap command","releaseId":"rel_Q6wD_ZkrthJsJHYrt4udJ","releaseWebUrl":"https://releases.sh/release/rel_Q6wD_ZkrthJsJHYrt4udJ-prisma-orm-v7-7-0-the-new-prisma-bootstrap-command"},{"sourceUrl":"https://github.com/prisma/prisma/releases/tag/7.8.0","title":"7.8.0 - queryPlanCacheMaxSize","releaseId":"rel_PjJs5gJMl6nnS7ZCGAwbK","releaseWebUrl":"https://releases.sh/release/rel_PjJs5gJMl6nnS7ZCGAwbK-7-8-0"},{"sourceUrl":"https://github.com/prisma/prisma/releases/tag/7.5.0","title":"7.5.0 - nested transaction savepoints","releaseId":"rel_8pwgzIdEgHroTSx5EUt4Y","releaseWebUrl":"https://releases.sh/release/rel_8pwgzIdEgHroTSx5EUt4Y-7-5-0"},{"sourceUrl":"https://github.com/prisma/prisma/releases/tag/7.6.0","title":"7.6.0 - driver adapter improvements","releaseId":"rel_Vrd8Fp1G4lrcFdOD-o7RP","releaseWebUrl":"https://releases.sh/release/rel_Vrd8Fp1G4lrcFdOD-o7RP-7-6-0"},{"sourceUrl":"https://github.com/prisma/prisma/releases/tag/6.19.3","title":"6.19.3 security patch","releaseId":"rel_XERy91Nd13d8twFydwcw7","releaseWebUrl":"https://releases.sh/release/rel_XERy91Nd13d8twFydwcw7-6-19-3"}]},"playbook":null,"notice":null}