### Problem The DB classes deal with both the database, file system, and some light business logic. So they aren't strictly tied to DB functionality. ### Solution Rename the classes and module to reflect that they are services.
Problem
The DB classes deal with both the database, file system, and some light business logic. So they aren't strictly tied to DB functionality.
Solution
Rename the classes and module to reflect that they are services.