pub fn sqlite_fts_down_statements(
config: &SqliteFtsConfig<'_>,
) -> Result<Vec<String>, DbErr>Expand description
Builds the SQLite statements that remove FTS synchronization and the virtual table.
ยงErrors
Returns an error when the configuration contains an invalid identifier or no indexed columns.