bhushan-mohanraj / fsw

A modular library for Flask apps.
MIT License
2 stars 0 forks source link

Create the model save mixin. #10

Closed bhushan-mohanraj closed 2 years ago

bhushan-mohanraj commented 2 years ago

Create SaveModelMixin, which adds a save method to models for committing changes to the database with explicitly importing and using the database session.