Hey Dunsin 👋 this kind of functionality doesn’t exist in the any of the DBs Prisma supports. Prisma’s goal is to not add any functionality to a DB but rather provide a better interface to the capabilities of the underlying DB 🙂 so this kind of feature probably would need to be implement in your application code (e.g. using
setTimeout
) 🙌