Meshtastic-Android/conductor/archive/extract_database_manager_kmp_20260320/index.md

430 B

Track: Extract DatabaseManager to KMP

Documents

Context

Meshtastic-Android is designed to support per-node databases. Currently, the logic for managing these databases is in androidMain, and the desktop module stubs this out, which leads to a lack of feature parity. This track aims to extract that logic into commonMain.