mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
430 B
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.