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