#orm
Read more stories on Hashnode
Articles with this tag
Hello Folks 👋 Today we'll see how to handle seed with Prisma. Seeding allows you to re-create consistently the same data in your database and it can...
Hello Guys 👋, Today it's time to speak about migrations. Migrations in Prisma are managed by Prisma Migrate. Prisma Migrate is an imperative database...
Hello Folks 👋 Today it's time to see how we can execute our own queries. In prisma we can run two kind of custom queries: "Actionable" queries...
Hi Guys 👋 Today we are going to see how to enable logging in Prisma, so don't waste time and let's start! In Prisma we have 4 type of...
Hello Guys 👋 Today it's time to speak about transactions. Transactions are a pillar of the database world, and they help us to make consistency in...
Welcome back Folks 👋 Today we are seeing how to aggregate and group data. Let's start from the first one. To aggregate data in Prisma you have to...