pub fn create_table_if_not_exists<'q, S>(
name: &'static str,
) -> CreateTableSt<'_, S, QuickQuery<'q>>where
QuickQuery<'q>: Query<S>,pub fn create_table_if_not_exists<'q, S>(
name: &'static str,
) -> CreateTableSt<'_, S, QuickQuery<'q>>where
QuickQuery<'q>: Query<S>,