natural_left_outer_join

Function natural_left_outer_join 

Source
pub fn natural_left_outer_join<'a, Table>(
    table: Table,
    condition: impl ToSQL<'a, SQLiteValue<'a>>,
) -> SQLiteSQL<'a>
where Table: SQLiteTable<'a>,
Expand description

Helper function to create a NATURAL LEFT OUTER JOIN clause