left_join

Function left_join 

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

Helper function to create a LEFT JOIN clause using table generic