internal DatabaseContext(PwDatabase db) { m_db = db; m_uuid = db.GetUuid(); m_pathEtc = db.IOConnectionInfo.CloneDeep(); LoadedConfig = null; }