Prisma 6.7.0 can't find tables after splitting schema into multiple files.
generate and migrate it can't find the tables or I think they weren't even created because I don't see any in the prisma studio.
My setup
- Next.js 15 app router
- My schema file is in prisma/schema.prisma and the my other .prisma files are in prisma/models/...
Database down, failing with `Startup/auth proxy error`
Does Prisma support query cancellation via abort signals?
Method to "compose" queries? (a la GraphQL Fragments)
data types errors
Prisma migrate reset issue
dockerizing my nodejs app giving error, working perfectly on localhost:
{"level":"error","message":"Failed to connect to database: \u001b[1;91merror\u001b[0m: \u001b[1mError validating datasource db: You must provide a nonempty URL\u001b[0m\n \u001b[1;94m-->\u001b[0m \u001b[4mschema.prisma:11\u001b[0m\n\u001b[1;94m | \u001b[0m\n\u001b[1;94m10 | \u001b[0m provider = \"mysql\"\n\u001b[1;94m11 | \u001b[0m url = \u001b[1;91menv(\"DATABASE_URL_WRITE\")\u001b[0m\n\u001b[1;94m | \u001b[0m\n\nValidation Error Count: 1","metadata":{"clientVersion":"6.11.1","errorCode":"P1012","name":"PrismaClientInitializationError","stack":"PrismaClientInitializationError: \u001b[1;91merror\u001b[0m: \u001b[1mError validating datasource db: You must provide a nonempty (/app/node_modules/@prisma/client/runtime/library.js:112:2770)\n at async exports.default (/app/dist/src/api/loaders/mysql.js:32:9)\n at async exports.default (/app/dist/src/api/loaders/index.js:14:41)\n an at async startServer (/app/dist/src/app.js:13:5)"}}
dockerfile:
`FROM node:24-alpine AS development
WORKDIR /app...Prisma ORM without Rust engine stable enough for production?
Help using pg_dump
Why dose prisma 3d crash everytime
Help!!!!!!!!! Database timeout in recently
prisma.platformInteractions.update() invocation:\n\n\nCan't reach database server at qp-2045-production.c09wkquaajuf.us-east-1.rds.amazonaws.com:5432\n\nPlease...How to use Prisma ORM in a Turborepo monorepo
Cannot access Prisma database

Prisma transaction cannot read its own writes when mixing standard and raw queries.
$executeRaw are not seen by queries made using the standard ORM interface and vice-versa. Looking at the logs for my postgres service shows that these queries have a different postgres Process ID, whereas all standard ORM calls within a transaction have the same Process ID.
For example:...prisma.$on not working with nestjs implementation

Anyone knows if prisma postgres is down lately ?
Missing configured driver adapter
postgresql or postgres
prisma datatase, and while investigating the issue I noticed that if you choose to use Any client, and generate a Connection String the protocol is shown as postgres:// - See attachment. However, I think I read from somewhere that the protocol that prisma uses is postgresql. So, which one is it?
"PrismaClient" is not exported by "generated/prisma/index.js", imported by "app/.server/db.ts"