CodeNotes
Back to topics

Databases & ORMs

Deep dive into Postgres relations, Prisma ORM operations, query performance, and indexing.

database7 min read

Prisma ORM

Why Prisma was created, its mental model as a translator, codebase integration, and practical use cases.

#Databases#ORM#Prisma#TypeScript
Jun 7, 2026Read guide
database8 min read

PostgreSQL Relationships

Master One-to-One, One-to-Many, and Many-to-Many relationships in PostgreSQL with step-by-step migration scripts.

#Databases#SQL#PostgreSQL#System Design
Jun 6, 2026Read guide