#prisma
Read more stories on Hashnode
Articles with this tag
Schema migrations are the process of evolving and updating a database schema over time. This involves creating, altering, or deleting database tables,...
Type Safety: Prisma: Provides a type-safe database client, generating TypeScript types from your database schema. This helps catch errors at compile...