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

Remove dependency on sqlmodel and refactor data management #141

Closed hutschen closed 1 year ago

hutschen commented 1 year ago

The dependency on SQLModel should be removed and SQLAlchemy should be used directly instead. In this way, one abstraction layer is removed and database access can take place more flexibly. In addition, the dependencies are reduced.

The removal of SQLModel entails changes in the following areas: