prisma
prisma copied to clipboard
Next-generation ORM for Node.js & TypeScript | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB
### Bug description Around 6.6 the linter is starting to complain about schema files in the migrations folder that are being picked up by the linter. I'm using a data-migrations...
schema output ``` generator client { output = "../../types/prisma" provider = "prisma-client-js" } ``` Run generate: ``` npx prisma generate ``` Outputs `src/types/prisma/index.js` file but the path is the absolute...
### Bug description Working with `Date` type fields with prisma and MySQL is pretty difficult with the way it is working currently. Prisma always seems to convert the date value...
### Bug description Bug Report: npx prisma init Fails with Module Resolution Error Description Executing npx prisma init --datasource-provider postgresql --output ./generated/prisma results in the following error: Error: Cannot find...
### Bug description Frustrating bug - I am attempting to deploy my database after resolving a failed migration. `prisma migrate resolve --rolled-back "migration-name"` This works, giving the following response ```...
### Feature Summary Currently if you use something like `jsonb_build_object` or `jsonb_agg` all it does is generate the `$runtime.JsonValue` type... which is pretty much useless and unclear, it just tells...
### Bug description @prisma/client's postinstall hook is supposed to run prisma generate to scaffold a bunch things in the `node_modules/.prisma/` directory, however, this fails for me ever since prisma 6.7.0...
I took a stab at starting the work on creating an adapter for the AWS Advanced NodeJS Wrapper that provides improvements around failovers and connection handling. Relevant issue/feature request here:...
### Bug description When running: ```sh bunx prisma generate ``` in a Bun-based project (which uses bun.lock), Prisma still creates a package-lock.json file. This seems to indicate that Prisma internally...
### Bug description I'm getting the following error when trying to query my prisma postgres db as following: `Message : Invalid `this.prisma.application.findMany()` invocation in /Users/.../prisma.ts:27:43 24 const skip = (input.page...