Skip to content

Commit

Permalink
Update POST.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yagmurcelk authored Feb 6, 2025
1 parent 846bd27 commit bae23d7
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

[The Unit of Work](https://en.wikipedia.org/wiki/Unit_of_work) is a software design pattern that maintains a list of objects affected by a business transaction and coordinates the writing out of changes and the resolution of concurrency problems to ensure that all changes are made within a single transaction.

![pic](./pic.png)

## Transaction Management Overview

One of the primary responsibilities of the Unit of Work is managing database transactions. It provides the following transaction management features:
Expand Down

0 comments on commit bae23d7

Please sign in to comment.