Reorganise the store into a domain-split module tree

engine/db.rs had grown past 4k lines. Split the single Db type's
operations into sibling files by domain — account, channel, network,
the event log, and the module-facing store facade — while all type
definitions, the log plumbing, and shared helpers stay in db/mod.rs.
Pure reorganisation: no behaviour change, tests unchanged and green.
This commit is contained in:
Jean Chevronnet 2026-07-14 13:57:05 +00:00
parent 5e6bc4334c
commit 0c7976e80d
No known key found for this signature in database
8 changed files with 4534 additions and 4504 deletions

1213
src/engine/db/mod.rs Normal file

File diff suppressed because it is too large Load diff