Document current database structure boundary

This commit is contained in:
vorotamoroz
2026-09-03 07:23:15 +00:00
parent 77882c677b
commit f055222160
3 changed files with 210 additions and 146 deletions
+1 -1
View File
@@ -270,7 +270,7 @@ Existing legacy Modules continue to register their handlers in `onBindFunction()
### Database Operations
- Local database operations through `LiveSyncLocalDB` (wraps PouchDB)
- Document types: `EntryDoc` (files), `EntryLeaf` (chunks), `PluginDataEntry` (plugin sync)
- Document types are owned by Commonlib. `EntryDoc` covers file Metadata, Chunks, database version information, Milestone information, Node information, and Chunk Packs. Current Customisation Sync data uses ordinary chunked Metadata in the `ix:` namespace rather than the application-local `PluginDataEntry` interface.
## Important Files