pub fn select_fields<'a>( table: &'a DbTable, select: &[String], ) -> Result<Vec<(&'a str, &'a DbField)>, RustAuthError>