Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in prisma

"prisma migrate dev" on existing database

javascript prisma

How to pass 'YYYY-MM-DD' date format to postgresql trough prisma client?

Disconnecting a Many to Many Relation in Prisma

many-to-many prisma prisma2

Use Array of Values to Filter JSON?

prisma

How to set up a different database for testing in prisma?

How to resolve 'adapter_error_getUserByAccount' in NextAuth with Prisma

Prisma Mongodb can't create a user model

mongodb next.js prisma

Many-to-many Self Relation Prisma - One Field

Next Auth with Google Provider: To confirm your identity, sign in with the same account you used originally

prisma next-auth t3

Querying many-to-many relations via associative table with Prisma

prisma

How to use multiple .env files in Prisma?

Prisma update query only allowing an update by the ID field and not anything else

prisma

NestJS Postgres Prisma - Error type 'string' is not assignable to parameter type 'TemplateStringsArray | Sql'

Prisma + Docker + NextJS - docker-componse - Where to put "npx prisma db push"

docker next.js prisma

Prisma + MongoDB -> Replica set

Too many Prisma migration files

prisma prisma2

Prisma update with relation in WHERE property

sql prisma

Prisma Transactions Cross Modules

Prisma migration is bad state

database-migration prisma

Polymorphism in Prisma Schema - Best practices?