1 2 3 4 5 6
pub struct Row { //pub id: i64, //pub profile_id: i64, pub key: String, pub value: Option<String>, }