docs
docs copied to clipboard
📚 Prisma Documentation
Added instructions for initializing Prisma with different package managers without `prisma+postgres` ## Summary by CodeRabbit * **Documentation** * Added an alternative PostgreSQL initialization path for Prisma setup in the Turborepo...
The short URL https://pris.ly/d/migrate-shadow was redirecting to the old documentation path /concepts/components/prisma-migrate/shadow-database which resulted in a 404 error. This PR adds a redirect from the old path to the new...
Images automagically compressed by [Calibre](https://calibreapp.com)'s [image-actions](https://github.com/marketplace/actions/image-actions) ✨ Compression reduced images by 10.7%, saving 477.7 KB. | Filename | Before | After | Improvement | | -------- | ------ | -----...
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @salmanmkc in actions/checkout#2248 Persist...
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 6. Release notes Sourced from actions/setup-node's releases. v6.0.0 What's Changed Breaking Changes Limit automatic caching to npm, update workflows and documentation by @priyagupta108 in actions/setup-node#1374...
Images automagically compressed by [Calibre](https://calibreapp.com)'s [image-actions](https://github.com/marketplace/actions/image-actions) ✨ Compression reduced images by 10.7%, saving 477.7 KB. | Filename | Before | After | Improvement | | -------- | ------ | -----...
Images automagically compressed by [Calibre](https://calibreapp.com)'s [image-actions](https://github.com/marketplace/actions/image-actions) ✨ Compression reduced images by 10.7%, saving 477.7 KB. | Filename | Before | After | Improvement | | -------- | ------ | -----...
There are a number of things that I find intriguing or vague for my setup (monorepo, dockerfile to build prod images). 1. In https://github.com/prisma/docs/blob/main/content/800-guides/130-docker.mdx they run `db:deploy` at runtime in...
SQLite3 must be Sqlite3 https://github.com/prisma/prisma/blob/177882704271b747b3618b0cf6790e46f2432b7a/packages/adapter-better-sqlite3/src/index.ts#L1 ## Summary by CodeRabbit * **Documentation** * Updated guidance in the Getting Started and Upgrade guides to reflect the renamed SQLite adapter export and its...
I encountered a bunch of errors from vscode because the default configurations don't match to esm. (see: prisma/prisma#28279) This changes can: * Set `type` option in `package.json` file to `module`....