For example, there is a variable in it 'Борщ' or 'Борщ по-польськи' and I need to find a match in the Content table, and then return the result found.
The following data will be stored in 'Content' => title :
id | title | description | img | ----+------------------+-------------+-------+ 1 | Солодкий борщ | TEXT | TEXT | ----+------------------+-------------+-------+ 2 | Борщ по-польськи | TEXT | TEXT | ----+------------------+-------------+-------+ 3 | Холодний борщ | TEXT | TEXT | ----+------------------+-------------+-------+ DB: SQLite3, Python 3.5
Error installing the APSW library
C:\Users\NameUser>pip install apsw Collecting apsw Using cached apsw-3.9.2-r1.tar.gz Installing collected packages: apsw Running setup.py install for apsw ... error Complete output from command c:\users\NameUser\appdata\local\programs\python\python35-32\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Temp\\pip-build-y1sxrjbt\\apsw\\setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record C:\Temp\pip-jg4_ur_s-record\install-record.txt --single-version-externally-managed --compile: c:\users\NameUser\appdata\local\programs\python\python35-32\lib\site-packages\setuptools\dist.py:285: UserWarning: Normalizing '3.9.2-r1' to '3.9.2.post1' normalized_version, running install running build running build_ext SQLite: Using amalgamation C:\Temp\pip-build-y1sxrjbt\apsw\sqlite3\sqlite3.c building 'apsw' extension error: Unable to find vcvarsall.bat ---------------------------------------- Command "c:\users\NameUser\appdata\local\programs\python\python35-32\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Temp\\pip-build-y1sxrjbt\\apsw\\setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record C:\Temp\pip-jg4_ur_s-record\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Temp\pip-build-y1sxrjbt\apsw\