pub fn find_structural_facts(
conn: &Connection,
category: &str,
limit: usize,
) -> Result<Vec<StructuralFact>, QueryError>Expand description
Find structural facts by category (e.g. route, query, model, config).
pub fn find_structural_facts(
conn: &Connection,
category: &str,
limit: usize,
) -> Result<Vec<StructuralFact>, QueryError>Find structural facts by category (e.g. route, query, model, config).