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
Ryan
11/17/2021, 9:20 AM
You can use middleware for this by adding sleep in the middleware so all requests receive them.