Skip to content

Remove `dbconn.Global`

Warren Gifford requested to merge cc/remove-dbconn-global into main

Created by: camdencheek

The time has come.

Each commit has a message describing what it is doing, but the gist of this PR is:

  • Pass in a db anywhere dbconn.Global is currently being used
  • Stop setting dbconn.Global during initialization
  • Remove dbconn.Global

Merge request reports

Loading