Skip to content

[hf] sc: cleanup !500 by removing vestigal db connection class

aguestuser requested to merge hf-remove-vestigal-sc-db-class into main
  • this class is a vestigal artifact of building the db persistence layer
  • making connnections is properly handled in the Application module (where different connections can be injected)
  • delete this class now so someone doesn't mistakenly try to build off of it later!

Merge request reports