-
I'm merging:
generator client {
provider = "prisma-client-js"
}
datasource db {
provider = "mysql"
url = env("DATABASE_URL")
}
model User {
id Int @id
}
with:
model P…
-
I was able to connect to multiple DBs with Prisma 1 and Nexus, but just creating multiple clients and then merging them all into the schema, however I haven't figure out a way to do this with Prisma 2…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
Following up on [the issue](https://github.com/railwayapp/nixpacks/issues/574) Prisma d…
-
Follow up to PR: https://github.com/prisma/prisma-engines/pull/2451
Main tracking ticket: https://github.com/prisma/prisma/issues/5040
When the engine part merged, it's time for the TS client to i…
-
Needs https://github.com/prisma/prisma/pull/14221 to be merged to main first
See oldest versions supported https://www.prisma.io/docs/reference/database-reference/supported-databases
-
Since the implementation of the redirect from bridgecrew.cloud to prismacloud, the documentation for setting up an API token is incorrect. Please update to include the new direction on acquiring an AP…
-
The current workflow uses the prisma schema within the PR. As a result, theoretically someone could rewrite the schema, and if it goes unnoticed it could be merged into main. Particularly if the rewri…
-
### Is this feature already requested?
- [x] I have checked "open" and "closed" issues, and this is not a duplicate.
### Feature Description
Develop and integrate a secure **Login**, **Signup…
-
**Describe the bug**
A clear and concise description of what the bug is.
I tried to prisma deploy 5. but Query of Prisma was not change... Please fix this problem
package.json
` "dependencies":…
-
## Problem
[Prisma Client Rust](https://github.com/Brendonovich/prisma-client-rust) depends on a [fork](https://github.com/Brendonovich/prisma-engines) of the engines, which build every database co…