M B A R Kmbarkt3sto.hashnode.dev·Nov 1, 2024Prisma ORM: Setting Up with an Express.js Project and PostgreSQLOverview In this article, we will go through the steps required to set up Prisma ORM in an Express.js project specifically for PostgreSQL. This setup will lay the foundation for interacting with your PostgreSQL database through Prisma in future artic...Discussprismaorm
Harsh Singhmoreprisma.hashnode.dev·Oct 27, 2024Less Querying, More ChillingType Safety That Just... Works: No typos, no guessing—I just typed user. and the autocomplete took care of the rest. It made me feel like I knew my database inside out, even on a complex project. const user = await prisma.user.findUnique({ where: {...Discuss·1 likeprisma
Oussama Chahidiwevdevblog.hashnode.dev·Sep 28, 2024Supabase With PrismaIntroduction to Supabase and Prisma: A Powerful Duo for Modern App Development In the ever-evolving landscape of web and mobile app development, building efficient, scalable, and flexible applications is key to success. Two emerging technologies—Supa...Discussprisma
oussama chahidioussama212.hashnode.dev·Sep 28, 2024Supabase with PrismaIntroduction to Supabase and Prisma: A Powerful Duo for Modern App Development In the ever-evolving landscape of web and mobile app development, building efficient, scalable, and flexible applications is key to success. Two emerging technologies—Supa...Discussprisma
Pulkitblogs.devpulkit.in·Aug 17, 2024Setting Up Prisma ORM with PostgreSQLTitle: Setting Up Prisma ORM with PostgreSQL Content: ORM stands for Object-Relational Mapping. It is a technique that allows developers to interact with a database using an object-oriented approach. Instead of writing raw SQL queries, you can use an...Discuss·4 likes·37 readsprisma
Pawan Spawanblog.hashnode.dev·Jul 29, 2024PRISMA: A Comprehensive GuideGetting Started with Prisma Here’s a step-by-step guide to get started with Prisma: Set Up a New Project Firstly, create a new project and navigate to the project directory: mkdir my-prisma-app cd my-prisma-app npm init -y Install Prisma and Depende...Discussprisma
Omar Abdellatifomarabdellatif.hashnode.dev·Jun 18, 2024A Guide to Data Transfer Objects (DTOs) and Schema Design in Nest.JSIntroduction In order to develop server-side applications it requires a deep understanding of how data is managed and transferred . In Nest.JS there are 2 important concepts that standout in this context which are Data Transfer Objects (DTOs) and the...Discuss·144 readsdtos
Animesh PathakforKeploy Community Blogkeploy.hashnode.dev·May 9, 2024Building a Scalable Web Server with BunJs and PrismaIn this guide, we'll be leveraging two powerful tools: BunJs and Prisma. Together, they provide a robust foundation for constructing modern, scalable, and efficient web servers. Let's explore how BunJs enhances server creation and how Prisma simplifi...Discuss·10 likesprisma
Krishan Kumarpodiumofcode.hashnode.dev·May 3, 2024Prisma with PostgreSQL"Ever wondered about a world where complex SQL queries are no longer needed to interact with databases? Enter Prisma. With Prisma, creating tables and adding references becomes a breeze. Say goodbye to tedious SQL syntax and hello to streamlined data...Discuss·1 like·44 readsprisma
MDG developermdgdev.xyz·Apr 21, 2024Eneas Project - Starting notesLast week I decided to start working in my new side-project. This project is expected to run for at least the rest of the year and it's possibly the most ambitious one I have undertaken lately. The main objective is to develop a full-stack solution u...Discusslearning