Error validating datasource `db`: the URL must start with the protocol `prisma://` or `prisma+postgr
Migrate to Prisma Postgres
How do I setup different database environments using the Vercel integration
Error "@prisma/client did not initialize yet." in Nuxt 4
'@prisma/client did not initialize yet. Please run "prisma generate" and try to import it again.\n'
'@prisma/client did not initialize yet. Please run "prisma generate" and try to import it again.\n'

My Prisma client 6.3.1 is started failing to build, anything related to new release?
Tiberius integrated authentication broken on Unix platforms with libgssapi
Cannot seed or pg_restore prisma-postgres db
prisma seed
against it as I get "Permission denied for Table xyz" error, and when trying to import a backup from my previous local postgres DB via tunnel I get errors "Table/Function" etc already exists".
What am I missing? I followed all steps on the dashboard, just wanna see if the paid solution is any good with deep nested includes, wher the ORM for a locally hosted DB fails. I also get all sorts of errors in the UI for console.prisma.io...Get an omitted field back for one query
password
field for the User
model will always be omitted. However, on authentication, I want #findFirst
to return all of it's fields including the password. I know I can achieve that by just select:
'ing all fields and the password, but is there a way to not hardcode that?So that the following does return the whole
User
object instead of just the password
or null
?
```typescript
const user = await this.prismaService.user.findFirst({ ...Prisma Query Performance Question
DB Error?
Horrendous performance with relationalJoins active for deep includes through models/views
Help with Error in Schema engine with Planetscale.
npx prisma db push
I get an error "Oops, an unexpected error occurred! Error in Schema engine. Reason: [schema-engine/sql-schema-describer/src/mysql... [more...]"
Prisma generates correctly, types for the new table are generated with no errors, prisma Studio recognises the new table but I cann't push it....Getting Reading from "node:async_hooks" is not handled by plugins onnextJs server actions
packages/db
monorepo package
- the prisma package is "type": "module"
- The error only happens on nextJs server actions (I believe because of different runti then server components)
Can anyone help me? Two days trying to figure this out already....6.12 failing when using typedSql and tsx
Basic Prisma Optimize Is Not Working
Prisma push to PlanetScale development branches crashing schema engine
prisma db push
to a PlanetScale development branch is crashing the schema engine:
(Vitess)
```
Environment variables loaded from prisma/.env
Prisma schema loaded from prisma/schema.prisma...MismatchedTokenException when migrating from neon/docker to prisma postgres
getting error "prisma:error Must call super constructor ..." at a simple insert
Can't Null a Compound-unique Value
Warning: consolidate your env vars