Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in prisma

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?

Nest could not find PrismaService element (this provider does not exist in the current context)

nestjs prisma

Optimize SQL queries using GraphQL, Nexus and Prisma

Where is the best place to put prisma middleware on NestJs?

nestjs prisma

Changing Name & Location of the Prisma Folder in Prisma 2

prisma prisma2

How to use connectOrCreate with many to many in prisma

database blogs prisma

Can't migrate schema using Prisma with Supabase

Not able to run prisma deploy: Error: Cluster undefined does not exist

ReferenceError: Cannot access 'jest_mock_extended_1' before initialization

I want to use Prisma to store nested comments (like on reddit). How can I retrieve all the nested comments?

prisma prisma2

Prisma generates database tables with uppercase in mysql. Is there any way to generate tables only in lowercase?

Unique constraint failed on the constraint: `User_Account_userId_key` in prisma

javascript mysql prisma