@@ -71,4 +71,6 @@ with Transaction(database) as db_session:
The create and update functions for the database entries in database_transaction normally take as input database: `database: SQLAlchemy, db_model: db_model_class, info_dict: dict`
**There should be no direct commits by db.session.commit().**
Some times the db_model_object is created and just passed to the function. We might want to change this.