Business Logic Entry Point Transaction Isolation Levels

Set transaction isolation levels for business-logic entry points when Command-Query Separation and database transactions are both in use and the underlying persistence technology supports configurable isolation levels. Use when an agent needs to create, modify, review, or interpret the isolation level of a database transaction at a business-logic entry point that follows CQS. Query handlers must use the least blocking isolation level available in the project's database. Command handlers must use REPEATABLE READ isolation level.

code-sherpas 71de839 10.0 KB Updated

File contents

code-sherpas/agent-skills/tree/main/skills/business-logic-entry-point-transaction-isolation-levels commit 71de839ab6

Frequently asked questions

npx skillmds@latest add code-sherpas/business-logic-entry-point-transaction-isolation-levels