It is here:
and migrated Postgres DB to SQLite3, together with the App.
The app is demonstrating hard coded SQL with Virtual Tables.
Hence, on this occasion, the SQL used was for Postgres, which is using
'TRUE' and 'FALSE' as Boolean, with CONCAT for text, as well as
the database schema name in SQL queries.
That does not work for SQLite, so fixed.
D.