I was trying to find a way of opening SQLite databases inside pgadmin and I found this StackOverflow question where one solution points to importing the SQLite database inside PostgreSQL, and the other solution tells us to use PostgreSQL Wrappers. I'd like to open an SQLite database inside pgadmin without importing it to my PostgreSQL database.
I know that I can run queries on other databases with a PostgreSQL database like in this solution, where PostgreSQL is used for running a query on a SpatiaLite database (an SQLite extension). However, my goal is to use pgadmin to run queries on an SQLite database, without using any command-line tools or programming languages to achieve that. Is it possible? Can I manage my SQLite databases inside the pgadmin interface?