pub fn query_named<'a>( sql: &str, params: &'a [(&'a str, &'a dyn ToSql)], ) -> KnowledgeResult<RowData>