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 8
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 6
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 6
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 11
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 13