Database Patterns
These patterns help you group database work into atomic, consistent steps.
1. Unit of Work (Transaction Manager)
Groups related reads and writes into a single transactional unit.

These patterns help you group database work into atomic, consistent steps.
Groups related reads and writes into a single transactional unit.
