Arindam Majumder

Building a CRUD App with Node.js, PostgreSQL, and Prisma | HackerNoon

Introduction Ever feel like working with databases & SQL queries is a bit of a headache? You are not alone! But now, with Prisma, we don’t have to deal with that headache. Prisma is a powerful ORM for TypeScript projects that takes care of all of these. In this article, we’re gonna explore how to use Prisma to build a CRUD App with Node JS and PostgreSQL. So, without further delay, let’s begin! What is

Read More ยป