pub async fn fetch_values(db: &MySqlPool, sql: &str) -> Result<Vec<MySqlRow>>
Returns all [RowEntry] of the table_name.
table_name