hutschen / mv-tool-api

Measure tracking tool for the implementation of information security measures in projects
https://mv-tool.readthedocs.io
GNU Affero General Public License v3.0
2 stars 0 forks source link

Decouple database package #144

Open hutschen opened 1 year ago

hutschen commented 1 year ago

The db package should be decoupled from other packages and modules as far as possible. It is to be redesigned as a self-contained package that controls the interaction with the database. The db package should not use other packages and modules of the application (if possible) or only in exceptional cases. However, other packages or modules of the application use the db package.