How to read from SQLite3 database to create PWA dashboard?
I have a legacy windows software that writes to an SQLlite3 database. I need to read this database and present the data on a web application or android app dashboard after some calculation.
The reading from the database should be triggered whenever the legacy software writes on it. i.e. we need live data from the database to be presented on the tablet app.
the tablet is android, that app could be native android app or PWA or even else.