pub fn generate_ts_interface<'a>(
    sql: &SQL,
    db_conn: &DBConn<'_>
) -> Result<TsQuery, TsGeneratorError>