I have some Fundamental questions about Prisma. How can I do these traditional tasks using Prisma?
I do most of my development in Laravel (Php framework).
These are the tasks I perform on day to day basis
- Using queue worker,
- email notification (and sometimes push notifications).
- Background Jobs (e.g., sending email notification if the user is not active for past few days)
Can someone guide me what I should refer to learn more about these topics? Can you refer to some good open source project I can refer to learn Prisma and Graphql?