public static DbSource GetDbSource(string name) => sources.GetValue(name);
public string Attr(string attr) => attrs?.GetValue(attr);