How can I add to the Prisma pipeline a delay to al...
# orm-help
p
How can I add to the Prisma pipeline a delay to all my sqlite requests of a couple seconds. I want to simulate a real world response time and I'd rather then not put "sleep" code all over my app.
r
You can use middleware for this by adding sleep in the middleware so all requests receive them.