I am developing a Python app that uses Full Text Search (FTS) for matching data in Sqlite3. On a Windows system I would simply download newest Sqlite.dll from the official Sqlite.org website and replace the existing sqlite.dll in Python/dlls/ folder.
Hence, in PythonAnywhere, the OS is Linux, and access to root is disabled.
How can I use FTS4 or FTS5 in my Python app running in PythonAnywhere ?
Thanks!