Best of PrismaJuly 2023

  1. 1
    Article
    Avatar of amplicationAmplication·3y

    How to Build a Node.js GraphQL API With NestJS and Prisma

    NestJS and Prisma are a great couple that can provide exactly that. NestJS is a powerful framework specifically designed for building Node.js applications. Prisma is an open-source database toolkit that provides tools and features to simplify database access. Amplication Amplication can automatically generate entities for your database models if you prefer.

  2. 2
    Article
    Avatar of communityCommunity Picks·3y

    Prisma 5: Faster by Default

    Prisma 5: Faster by Default July 12, 2023 Prisma5 introduces changes that make it significantly faster. These changes especially improve the experience of using Prisma in serverless environments. Prisma 4.8.0 is now Generally Available and is the default wire protocol that Prisma Client will use under the hood.