mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-13 23:11:40 +00:00
Moves reset_budget_job's hand-rolled private Prisma protocols into litellm/repositories as shared seams, and replaces its three ad-hoc db.batch_() write helpers with a composed unit of work that binds typed per-table write repositories to a single batch, committing on clean exit and writing nothing when the block raises. |
||
|---|---|---|
| .. | ||
| test_repositories.py | ||
| test_unit_of_work.py | ||