store: split budget's mixed impl Database into substrate + domain #40
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "split-budget-db"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Crate-split adaptor-prep A3c. Splits budget/state.rs's impl Database by kind: raw SQL (current_strand_seq + new pending_inbox_rows) to db/budget.rs substrate; pending_items to a domain projection free fn; open/repeat_context_incident to domain free fns taking &Database. budget/state.rs now has no impl Database. 40 test groups green, core debt 0.