-
When I try `npx try-prisma` on an M1 MacBook, all I get is `sh: try-prisma: command not found`.
This is with version 1.1.1 (latest)
Using try-prisma@1.0.58, it works.
-
## The problem
When I install @prisma/nuxt and start at dev mode everything works until "Generating Prisma client...". At this moment it just freezes and nothing happens
## Steps to reproduce:
…
-
### Bug description
- `PRISMA_ENGINES_MIRROR` and `BINARY_DOWNLOAD_VERSION` env variables don't work when npm install.
- Related issue: https://github.com/prisma/prisma/discussions/13270
### How to…
-
```
TypeError: Invalid enum value: length
at Object.get /dist/generated/backend/client/runtime/library.js:129:966)
at isArrayLike /node_modules/lodash/isArrayLike.js:30:42)
at keysIn…
-
### Environment
I noticed that in this merge https://github.com/unjs/h3/pull/485 there is `before: []` - i tried something like this:
```ts
const index = defineEventHandler({
handler: async …
-
Sooo we're back to using prisma, which is cool and all, but it doesn't have support for splitting your db schema over multiple files. There's this cool library called [prisma-import](https://github.co…
-
Our team is thinking about how to adopt an ideal (but simple) migration workflow.
We already practice [trunk based development](https://trunkbaseddevelopment.com/) on our application.
This means…
-
## Problem
I use Prisma in combination with NestJS. There, I use the swagger implementation which is also based on decorators.
Currently, I would have to add the class-validator decorators after gen…
-
when registering/Onboarding User it throws the below error
![image](https://github.com/user-attachments/assets/64bcb552-b542-4358-bf86-efc85567a131)
![image](https://github.com/user-attachmen…
-
## Problem
Postgresql 15 was recently released and introduced support for the `MERGE` command: https://www.postgresql.org/docs/15/sql-merge.html
This allows a client of the database to have more…