Back to Tech Stack

Database & ORM

Database management and ORM for efficient data handling.

Overview

  • PostgreSQL offers robust, ACID-compliant relational database features.
  • Prisma provides a type-safe ORM with automatic migrations.
  • Prisma Migrate ensures database schema stays in sync with the application.

Tools & Technologies

PostgreSQL

Relational database with advanced features

Prisma

Next-generation ORM for Node.js

Prisma Migrate

Schema migration tool for Prisma