Luca Del Puppo
Run, Code & Learn

Run, Code & Learn

Follow
homePlaywright Getting StartedJavascript Iterators & GeneratorsIt's Prisma TimeReact QueryTypescript - Tips & TricksRxJS - Getting Startedbadges
Tag

prisma

#prisma

More content

Read more stories on Hashnode


Articles with this tag

It's Prisma Time - Seeding

Feb 4, 20223 min read

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...

It's Prisma Time - Seeding

It's Prisma Time - Migrations

Feb 2, 20225 min read

Hello Guys 👋, Today it's time to speak about migrations. Migrations in Prisma are managed by Prisma Migrate. Prisma Migrate is an imperative database...

It's Prisma Time - Migrations

It's Prisma Time - Execute your own queries

Jan 28, 20224 min read

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...

It's Prisma Time - Execute your own queries

It's Prisma Time - Logging

Jan 26, 20223 min read

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...

It's Prisma Time - Logging

It's Prisma Time - Transactions

Jan 20, 20223 min read

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...

It's Prisma Time - Transactions

It's Prisma Time - Aggregate and GroupBy

Jan 18, 20222 min read

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...

It's Prisma Time - Aggregate and GroupBy