Hey! I'm just starting with prisma and was wondering if there was any way to use date manipulations? For example if I have event records that are timestamped, and I want to group them by week, is there a prisma equivalent of DATE_TRUNC?
n
Nurul
02/05/2022, 8:10 AM
@Nivv 👋
Welcome to Prisma’s Slack.
You would need to use a raw query to work with truncated dates. It would be great if you could add a 👍 to this feature request so that prisma team could prioritise this.
n
Nivv
02/05/2022, 8:17 AM
Thank and done
💯 1
Nivv
02/05/2022, 8:46 AM
And also, does prisma work with AWS Aurora out of the box?