API with NestJS #136. Raw SQL queries with Prisma and PostgreSQL range types
While Prisma gradually adds various features, PostgreSQL still has a lot of functionalities that Prisma does not support yet. One of them is range types. In this article, we learn how to use a column type not supported by Prisma and how to make raw SQL queries. Range types Sometimes, when working with our database, […]