pub trait DbMapDbString: DbXxx<DbString> { }
key-value map store interface. the key type is String.
String