Skip to content

database: Use new connections package for test connections

Administrator requested to merge ef/use-new-test-db into main

Created by: efritz

This PR makes all connections to the database go through either:

  • service -> connections/live -> dbconn, or
  • unit test -> connections/test -> dbconn

Merge request reports

Loading