- Issue created by @longwave
In 📌 Lazily inject the database connection into DbLog Active we propose lazily injecting the Connection object into DbLog so the database connection is only initialized when we actually have something to log.
But what if this happened automatically for all connections? Can we continue to inject Connection into anything, but then ensure that the connection itself is only initialized when we want to actually perform a database query?
Figure out what changes to make in order for this to happen.