pub fn natural_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 JOIN clause
pub fn natural_join<'a, Table>(
table: Table,
condition: impl ToSQL<'a, SQLiteValue<'a>>,
) -> SQLiteSQL<'a>where
Table: SQLiteTable<'a>,Helper function to create a NATURAL JOIN clause