Mysql and Sqlite in datasource
Hey, in my project I would like to use sqlite for development, and mysql for production, except that :
```js
// prisma/schema.prisma
/// ... ///...
Prisma 7 migration failing
This is most likely the first migration I've tried since v7 released.
I have a setup with two datasources
/Prisma/source1/schema etc
/Prisma/source2/schema etc
...
Got this error message after upgrade to prisma 7.x
Hi, i want to asking about this error after upgrading to prisma 7.x

prisma says i need to set 'url' in schema.prisma but when trying to generate CLI throws unsupported
which one is it? how do i overcome this?
Prisma 7 Blocking Issues
Our stack uses accelerate and we ran into issues when upgrading to prisma 7.
prisma: 7.1.0
@prisma/extension-accelerate: 3.0.1
...Prisma 7.0.1 importing JS-files in TS-env
I have been debugging for hours now and just found the reason for why 7.0.1 did not work for me. I am in a TS-environment and have been trying to set up Prisma in a new project. I have set up config, schema and everything but it keeps throwing errors on its inability to find certain files. It looks like it is generating TS-files but tries to import JS-files. How can I make it import the same files it is generating?
Prisma 7 in Monorepo: “url is no longer supported in schema files” + “client engine requires adapter
I'm upgrading to Prisma 7 inside a Turborepo monorepo, and I’m trying to use the classic Prisma ORM client (not Accelerate).
My folder structure looks like:
packages/
db/...
prisma 7
can someone help me how to setup prisma in nodejs using mysql
i alwasys have error even though i updated it prisma 7
"@prisma/adapter-mariadb": "^7.0.1",...
Outdated documentation
Hi,
I've recently started with Prisma and as it happened I entered in time of v7 release. Unfortunatelly it causes a lot of struggle because of outdated docs in some cases. For example: in docs Prisma Studio shows that there are reverse relations presented in tables but in v7 they are not. Even on mainpage there are screenshots with that: https://www.prisma.io/studio and YT video explaining features that no longer exists. There is also issue about reverse relations on github: https://github.com/prisma/studio/issues/1355
There are also informations that there is details view in Prisma Studio - and there is not.
I've literally lost whole day to search what's wrong in my case because the whole Internet and docs are showing that there are details and reverse relations shown but all that is outdated....
Build is not working
getting this error on running
tsc
```
generated/prisma/internal/prismaNamespaceBrowser.ts:36:14 - error TS2742: The inferred type of 'DbNull' cannot be named without a reference to '.pnpm/@prisma+client-runtime-utils@7.0.1/node_modules/@prisma/client-runtime-utils'. This is likely not portable. A type annotation is necessary.
...Prisma config error.
I am trying to connect the prisma with my ExpressJS with TypeScript project. But I got an error whille setup the config file. I am using prisma v7

Not possible to deploy prisma with Nuxt3
I am trying to deploy my nuxt 3 application with Prisma postgres been 6 hours, without a luck.
I get this error with Prisma 7 +
prisma-client even the development server is not working
...Prisma V7 Error: Client Password must be a string
Hey! I am sorry if it's asked already, I just migrated to Prisma V7 and am stuck with an unsolvable error.
The server runs fine, Though the error only occurs when i change the database using Prisma on API calls....
SCRAM-SERVER-FIRST-MESSAGE: client password must be a string
SCRAM-SERVER-FIRST-MESSAGE: client password must be a string
Issues after migrating to Prisma 7
Just migrated to Prisma 7 and my local environment works however my staging environment (which uses Accelerate) is having issues. Seeing this error:
clientVersion: "7.0.1",
code: "ETIMEDOUT"
at handleRequestError (/opt/render/project/src/backend/node_modules/@prisma/client/runtime/client.js:65:7347)...
Can't reach database server at `db.prisma.io:5432`
I'm deploying nextjs prisma but I'm always getting the issue
Can't reach database server at db.prisma.io:5432 not sure what's happening there, I tried to migrate from the local but still getting that error.
the url is managed by vercel by the way and I m looking at the prisma studio but its empty....how to use prisma dev
how do i make this code to work with
npx prisma dev --name mydb instead of docker?
```ts
import "dotenv/config";
import { PrismaClient } from "@/generated/prisma/client";
import { withAccelerate } from "@prisma/extension-accelerate";...BigInt issue
Looks like prisma studio have issue with bigint and its not being supported properly and its showed up as int8

Prisma 7 generated client problem
Hi guys,
I have a nodejs app (typescript)
and im using prisma (now update to version 7)
but im having problems
after building app, i cant’t start it (i mean, in prod env)...
Eloquent -> Prisma
Hi,
I am in the process of porting a laravel application to express and I'm using Prisma for the ORM. Biggest hurdle right now is dealing with the polymorphic aspects that Eloquent supports (morphOne, morphTo, morphMany). I don't want to have to change the current strucutre of the database, so my best option right now is just writing helper functions to query or update these type of relationships.
Is there a better way to handle this?...
