Function find_bigdecimals

Source
pub fn find_bigdecimals(
    queries: &str,
) -> IndexMap<String, Vec<(String, u8, i8)>, BuildHasherDefault<AHasher>>
Expand description

Parse a DDL file and return a map of table names to bigdecimal columns

ยงPanics

Panics if there is an error parsing the SQL