DORSETRIGS
Home

prisma2 (5 post)


posts by category not found!

Instantiate prisma only once

Stop Creating Prisma Clients Over and Over Instantiating Prisma Just Once Imagine you re building a complex application and you need to interact with your datab

2 min read 06-10-2024 42
Instantiate prisma only once
Instantiate prisma only once

prisma Order by relation has only _count property. Can not order by relation fields

Sorting by Relation Fields in Prisma Why its Not as Easy as it Seems Problem You re working with Prisma a powerful ORM and you want to sort your data based on t

2 min read 05-10-2024 43
prisma Order by relation has only _count property. Can not order by relation fields
prisma Order by relation has only _count property. Can not order by relation fields

Make a change to the database with Prisma.js without having to reset the whole thing

Updating Your Database with Prisma js A Smooth and Efficient Approach Prisma js is a powerful ORM Object Relational Mapper that simplifies database interactions

2 min read 05-10-2024 40
Make a change to the database with Prisma.js without having to reset the whole thing
Make a change to the database with Prisma.js without having to reset the whole thing

Disconnecting a Many to Many Relation in Prisma

Unraveling the Threads Disconnecting Many to Many Relationships in Prisma Many to many relationships are a powerful tool in database design allowing you to repr

3 min read 05-10-2024 41
Disconnecting a Many to Many Relation in Prisma
Disconnecting a Many to Many Relation in Prisma

Could not figure out an ID in prisma.user.create() | Invalid Invocation | Prisma + Bunjs

Invalid Invocation Error in Prisma with Bun JS Troubleshooting and Solutions This article addresses the error Could not figure out an ID in create encountered i

3 min read 02-09-2024 45
Could not figure out an ID in prisma.user.create() | Invalid Invocation | Prisma + Bunjs
Could not figure out an ID in prisma.user.create() | Invalid Invocation | Prisma + Bunjs