Upgrade from 6.0.1 -> 6.5.0 broke migrate dev
migrate reset
and then run migrate dev
I am now receiving an exit code of 130 whereas previously I could generate migrations without issue. This happens regardless of if I modify a schema file or not.
The output of the command looks like this:
```
Drift detected: Your database schema is not in sync with your migration history....Prisma PostgresProvisioning stuck?
Prisma Client could not locate the Query Engine for runtime "rhel-openssl-3.0.x"
Module build failed: UnhandledSchemeError: Reading from "node:async_hooks" is not handled by plugins
Migrating from MongoDB to PostgreSQL: How to handle embedded types/objects?
How to make a library/package that expects a Prisma client with a certain schema?
prisma-client
generator, which expects an output path.
I have my package called @blabla/prisma-client
, which exports all Prisma types from the generated client (e.g ./generated/client
), after having been built with tsc
, to output .d.ts
files, which are all I really care about, to use in different projects.
I import that package into my modules which accept a Prisma Client on initialization, to use its types, and then I export my functions and classes for consumption in a different project....
[email protected] type error when prismaClient generated at specific folder with "cjs" module type
Running "prisma db push" leads to migration failure
yarn prisma db push
for the first time on a new database. Run that again, I get error:
```
Error: ERROR: type "TriggerType" already exists
0: sql_schema_connector::apply_migration::migration_step...Synchronous functions
Help with queryRawUnsafe
Prisma Schema not updating / working
Runtime Error on latest versions of Next, AuthJS, and Prisma when initializing prisma adapter
Hi Prisma Team 👋We're currently using a Prisma Accelerate database and ran into a critical issue.
Mysql Migration for prod via docker and github action (CI/CD)
...

How can I perform batch updates unique entities in Prisma?
Promise.all([ tx.model.update(…)*N ])
for each item
2. Writing a custom extension or helper with an SQL builder
3. Executing raw SQL via tx.$executeRaw
...Prisma generate with Turborepo never prompting for name
transferring project to another workspace
Prisma with nuxt build blocking issues

ReferenceError: __dirname is not defined in ES module scope
Problem creating a new user to my database