18 Jun, 2026
7 mins read

API with NestJS #184. Storing PostGIS Polygons in PostgreSQL with Drizzle ORM – Beragampengetahuan

January 20, 2025 PostgreSQL, together with PostGIS, allows us to store various types of geographical data. Besides working with simple coordinates, we can also store entire areas in the form of polygons. In this article, we learn how to handle polygons with PostgreSQL and the Drizzle ORM. While Drizzle ORM does not support it out of […]

1 min read

Evolutility-Server-Node: Model-driven REST APIs for CRUD and more, written in Javascript, using Node.js, Express, and PostgreSQL. – Beragampengetahuan

Comments rencana pengembangan website metode pengembangan website jelaskan beberapa rencana untuk pengembangan website, proses pengembangan website, kekuatan dan kelemahan bisnis pengembangan website , jasa pengembangan website, tahap pengembangan website, biaya pengembangan website #EvolutilityServerNode #Modeldriven #REST #APIs #CRUD #written #Javascript #Node.js #Express #PostgreSQL

7 mins read

My PostgreSQL Side Project Makes $30K ARR – Beragampengetahuan

Hello! Who are you and what business did you start? Hi, I’m Michael Christofides. I run pgMustard, which is an online tool for developers that helps them troubleshoot slow PostgreSQL queries. I love working in small, high-trust, fun teams and wanted to design a dream job I could enjoy for decades. Developers are wonderful customers […]

7 mins read

Select API with NestJS #141. Getting distinct records with Prisma and PostgreSQL – Beragampengetahuan

January 15, 2024 PostgreSQL allows us to filter a query’s results and ensure we don’t get duplicate rows. This can be helpful when your table has many rows where the data in the columns is the same. In this article, we explore two ways PostgreSQL helps us solve this problem. We also learn how to […]

8 mins read

API with NestJS #140. Using multiple PostgreSQL schemas with Prisma – Beragampengetahuan

January 8, 2024 In PostgreSQL, schemas act as namespaces within the database and are containers for objects such as tables and indexes. In this article, we explain how they work and what are their benefits. We also provide examples of how to use them with Prisma. The public schema PostgreSQL creates a schema called public […]

1 min read

API with NestJS #121. Many-to-one relationships with PostgreSQL and Kysely – Beragampengetahuan

Comments rencana pengembangan website metode pengembangan website jelaskan beberapa rencana untuk pengembangan website, proses pengembangan website, kekuatan dan kelemahan bisnis pengembangan website , jasa pengembangan website, tahap pengembangan website, biaya pengembangan website #API #NestJS #Manytoone #relationships #PostgreSQL #Kysely