We explain the many-to-one SQL relationship and implement it using the Drizzle ORM and NestJS| Marcin Wanago Blog - JavaScript, both frontend and backend
Day: May 27, 2024 | Marcin Wanago Blog - JavaScript, both frontend and backend
We explore how to store JSON in a PostgreSQL database using the Drizzle ORM and NestJS| Marcin Wanago Blog - JavaScript, both frontend and backend
We split the Drizzle ORM schema for a PostgreSQL database into multiple files in a NestJS project| Marcin Wanago Blog - JavaScript, both frontend and backend
We learn what SQL migrations are and how to use them in a project with the Drizzle ORM and NestJS| Marcin Wanago Blog - JavaScript, both frontend and backend
We learn how to implement the many-to-many relationships using NestJS, PostgreSQL, and the Drizzle ORM| Marcin Wanago Blog - JavaScript, both frontend and backend
We learn how Universally Unique Identifiers (UUIDs) work and implement them with Drizzle ORM, NestJS, and PostgreSQL| Marcin Wanago Blog - JavaScript, both frontend and backend
We explain the one-to-one relationship and implement it with Drizzle. We also use the Query API to avoid doing SQL joins manually.| Marcin Wanago Blog - JavaScript, both frontend and backend