Error @prisma/client did not initialize yet. Please run "prisma generate" on gitlab-ci.yml
ERROR: could not determine data type of parameter $5
Use statically linked prisma binary (linux-static-x64)
45.22 Error: Failed to fetch sha256 checksum at https://binaries.prisma.sh/all_commits/5dbef10bdbfb579e07d35cc85fb1518d357cb99e/linux-static-x64/libquery_engine.so.node.gz.sha256 - 404 Not Found
45.22 Error: Failed to fetch sha256 checksum at https://binaries.prisma.sh/all_commits/5dbef10bdbfb579e07d35cc85fb1518d357cb99e/linux-static-x64/libquery_engine.so.node.gz.sha256 - 404 Not Found
db Pull not pulling schemas
prisma db pull
in a file that I have about 10 schemas defined in the schema file
```js
datasource db {
provider = "sqlserver"...Prisma using repository pattern
React Native Prisma TurboModuleRegistry error
Invariant Violation: TurboModuleRegistry.getEnforcing(...): 'Prisma' could not be found. Verify that a module by this name is registered in the native binary.
Invariant Violation: TurboModuleRegistry.getEnforcing(...): 'Prisma' could not be found. Verify that a module by this name is registered in the native binary.
Recommended pgbouncer usage for pgbouncer version > 1.21.0
pgbouncer=true
since the default version on Azure is 1.22.1
I am currently using DATABASE_URL
and DIRECT_URL
with the only difference between the connection strings being the port number (6432, 5432) respectively (no &pgbouncer=true
)...
Performance problem
"upsertMany" with transaction timing out
Many-to-many relationship not showing in prisma studio?

types from @prisma/client
Prisma migrate dev keeps wanting to drop my sequence
orderNumber Int? @unique @default(dbgenerated("nextval('order_number_seq')"))
It creates the sql for inserting that column...All queries hanging in simple edge deployment on Cloudflare with Neon
Can I access a database, which was created with prisma, with a normal sql driver?
Created: Err(Database(PgDatabaseError { severity: Error, code: "42601", message: "syntax error at or near \"#\"", detail: None, hint: None, position: Some(Original(55)), where: None, schema: None, table: None, column: None, data_type: None, constraint: None, file: Some("scan.l"), line: Some(1244), routine: Some("scanner_yyerror") }))
Created: Err(Database(PgDatabaseError { severity: Error, code: "42601", message: "syntax error at or near \"#\"", detail: None, hint: None, position: Some(Original(55)), where: None, schema: None, table: None, column: None, data_type: None, constraint: None, file: Some("scan.l"), line: Some(1244), routine: Some("scanner_yyerror") }))
Manually rollback in transaction
hello guys , i have a quetion about sorting in relational field in prisma , i have the below models:
Postgresql 17
Fix a query
Using Prisma nicely with SvelteKit (With Pulse)
*.server.*
pages. Absolutely no issue. But the issue I'm having is how to correctly set up the streaming. A Google tells me you can set up Websockets etc so it seems like it should be doable. But I am getting stumped at how to integrate Pulse correctly.
Wondering if anyone else has smart ideas?...