SQLite.swift (0.12.0) works well on the Linux implementation of my project, until I added an FTS5 search function. FTS5 works well on macOS. However, I get the following error on Linux:
error: use of unresolved identifier 'FTS5Config'
Are FTS5 extensions not available in SQLite.swift when running on Linux? If it is not currently supported, are there plans to include support for FTS5 on SQLite.swift running on Linux?
SQLite.swift (0.12.0) works well on the Linux implementation of my project, until I added an FTS5 search function. FTS5 works well on macOS. However, I get the following error on Linux:
error: use of unresolved identifier 'FTS5Config'
Are FTS5 extensions not available in SQLite.swift when running on Linux? If it is not currently supported, are there plans to include support for FTS5 on SQLite.swift running on Linux?