pub fn read_rows( path: &Path, sql: &str, params: &[&dyn ToSql], ) -> Result<Option<Vec<Map<String, Value>>>>
Every row of sql as a JSON object keyed by column name; None when the file does not exist.
sql
None