Currently, the plugin requires the SQLite database to be on the machine (or reachable via file path) on the machine running the grafana backend.
Another approach would be to allow charting based on SQLite files on the machine of the (web)client.
I am not too deep into this, but either there is a way to load files from the client in the browser and do all the logic there (like a non-backend plugin) or there might be the necessity to provide a file upload to the backend of a file and process it there.
Currently, the plugin requires the SQLite database to be on the machine (or reachable via file path) on the machine running the grafana backend.
Another approach would be to allow charting based on SQLite files on the machine of the (web)client.
I am not too deep into this, but either there is a way to load files from the client in the browser and do all the logic there (like a non-backend plugin) or there might be the necessity to provide a file upload to the backend of a file and process it there.