Skip to content

Unit of work base

UnitOfWorkProtocol

Bases: Protocol

Most basic protocol for unit of work.

Basically something that provides an async context for carrying out operations in a transaction.

__aenter__() async

__aexit__(exc_type, exc_val, exc_tb) async