pub async fn get_profile( db: &Arc<RusqliteService>, user_id: &str, ) -> Result<Option<Profile>, String>
Fetch a single profile, or None if this device does not know it.
None
TRACES: UR-082 | DR-267