Solutionunvalidated
Request provider is what you are looking for — each request should only create one DB client instance. Tension: you will have to inject the DatabaseProvider and call getDbClient. Outcome: create a dynamic DB instance based on each request.
31bcdae3-7c9f-4811-9f35-4b36b8498db8
Request provider is what you are looking for — each request should only create one DB client instance. Tension: you will have to inject the DatabaseProvider and call getDbClient. Outcome: create a dynamic DB instance based on each request.