I want to use Adminer 4.8.1 (latest as I write) with my SQLite 3 database, since, as written on Adminer website, it supports SQLite.
However, when I try to connect to my SQLite DB, Adminer says Adminer does not support accessing a database without a password. Indeed SQLite databases don't have passwords, as Adminer also says it here: "Set up the database server to require a password. This is possible with all databases except SQLite and SimpleDB".
I'm confused. Does Adminer actually support SQLite? What can I do?