dockette / adminer

:whale: Tiniest boxed dockerized Adminer (MySQL, PostgreSQL, SQLite, Mongo, Oracle) Dockerfiles
MIT License
85 stars 29 forks source link

how to connect to sqlite with adminer:full image? #19

Open newbie78 opened 5 years ago

newbie78 commented 5 years ago

as I understand it is necessary to throw the file with the database and how to specify it in the form of login. please tell me how anyone solved the problem?

tnx

f3l1x commented 4 years ago

Hi. I've never used adminer with sqlite, but I think you should mount sqlite file into docker container and specify path to this sqlite file as server location.

nmihaica commented 4 years ago

Getting

None of the supported PHP extensions (SQLite3, PDO_SQLite) are available.