database: Use new connections package for test connections
Created by: efritz
This PR makes all connections to the database go through either:
-
service -> connections/live -> dbconn
, or unit test -> connections/test -> dbconn
Created by: efritz
This PR makes all connections to the database go through either:
service -> connections/live -> dbconn
, orunit test -> connections/test -> dbconn