Alex Ruheni
Alex Ruheni
Add tests for fullstack examples closes #3059
Add end-to-end tests using Playwright, preferably for fullstack examples. This would boost our confidence in the applications. - Let's save the test inside https://github.com/prisma/prisma-examples/tree/latest/.github/tests. You can create a new folder...
Let's configure renovate to batch dependency updates to once a week for all dependencies besides `prisma`
Update the following examples: **JavaScript**: - [ ] rest-nextjs - [ ] rest-nuxtjs **TypeScript**: - [ ] graphql-nextjs - [ ] rest-nextjs-api-routes - [ ] rest-nextjs-api-routes-auth - [ ] rest-nextjs-express
## Problem Renaming composite type is currently not possible. However, in an attempt to rename it, VS code returns a "No Result" message. ## Suggested solution Disable "rename symbol" for...
Let's add an entry to the glossary explaining what a query is.
Add a **Featured Articles** section on the Dataguide for most recent articles.
## Problem It's challenging visualizing what your schema would look like when modeling your data in your `schema.prisma` file. One would have to use an external tool to create ERD...
## Describe this PR Add a mental model page for Prisma Migrate ## Changes ## What issue does this fix? ## Any other relevant information
## Describe this PR - Added a chapter for baselining a database using `prisma migrate diff` - Added `Tip` for migrating from other ORMs (both relational dbs and MongoDB) ##...