Alex Ruheni

Results 20 issues of 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...

kind/improvement

Let's configure renovate to batch dependency updates to once a week for all dependencies besides `prisma`

kind/improvement

Update the following examples: **JavaScript**: - [ ] rest-nextjs - [ ] rest-nuxtjs **TypeScript**: - [ ] graphql-nextjs - [ ] rest-nextjs-api-routes - [ ] rest-nextjs-api-routes-auth - [ ] rest-nextjs-express

kind/improvement

## 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...

kind/improvement
tech/typescript
team/schema
topic: rename
topic: mongodb
topic: composite types

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.

web/candidate

## 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...

kind/feature
domain/schema

## 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) ##...