Create a new Db Facade alongside the existing with the exact same method signatures to allow for switching with one line of code.
The old one can still prove useful for tests, and we might even want to have both enabled at first to minimize data loss, so let it live for now.
Subtask of #176
Create a new Db Facade alongside the existing with the exact same method signatures to allow for switching with one line of code. The old one can still prove useful for tests, and we might even want to have both enabled at first to minimize data loss, so let it live for now.