https://odan.github.io/2019/11/05/slim4-tutorial.html
If you liked the tutorial, please click here on the star button: https://github.com/odan/slim4-tutorial
For technical questions create an issue here: https://github.com/odan/slim4-tutorial/issues
If you have Slim framework specific questions use: https://discourse.slimframework.com/
Write your comments / suggestions / feedback here 👇
Is there a way to use the same PDO connection for all routes? I think i am running into an issue with max connections in mysql. I am creating an android app and each device makes multiple api calls to multiple routes. Is it possible to re use the connection between the API and mysql for every API call from clients?