seven-technologies-cloud / pythonrest

Creative Commons Zero v1.0 Universal
10 stars 4 forks source link

Add feature to rollback data on database #73

Open leo-viana opened 3 months ago

leo-viana commented 3 months ago

Description

Add an environment variable that, if set to true, will make the session.commit on POST PATCH PUT DELETE routes to be done only and when all of the data sent on the request is successfully persisted.