Open
Description
It would be great to support a DbalStore
taking a DBAL connection as dependency and handling internally the appropriate storage depending on the platform. This would allow projects to take full benefit of the DBAL abstraction (as long as their platform is among the ones supported by the store).
Note that this would also avoid the issue of #84 for that store.