[hf] sc: cleanup !500 by removing vestigal db connection class
- 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!