Postgresql – Find date range in Prisma ORM
I'm trying to filter vacations by date range, but I don't know how to do it. Please help. Database: postgresql Backend: nestjs + prisma orm (4.0.0) Frontend: React The data about vacations is stored in the database in this form:…