Used to be, with a single RPi running RPi OS with desktop, I am writing some hobby weather station code and "DB Browser for SQLite" https://sqlitebrowser.org/ is very nice for viewing the DB for debug purposes.
After code was 'done' on the development machine, I move the code to a separate 'production-machine' running RPi OS Lite (no desktop and aiming to port code to 512MB RPi Zero 2 W at later time)
Any recommendation for a DB reader software, on the development-machine to view database on the remote production-machine connected over local LAN (192.168. local IP via WiFi AP)
Reading some document and it points to needing stub software on the production-machine to access the SQLite DB file and send data to a co-operative software to display data on the remote dev-machine. Presumably, someone has done that code?
After code was 'done' on the development machine, I move the code to a separate 'production-machine' running RPi OS Lite (no desktop and aiming to port code to 512MB RPi Zero 2 W at later time)
Any recommendation for a DB reader software, on the development-machine to view database on the remote production-machine connected over local LAN (192.168. local IP via WiFi AP)
Reading some document and it points to needing stub software on the production-machine to access the SQLite DB file and send data to a co-operative software to display data on the remote dev-machine. Presumably, someone has done that code?
Statistics: Posted by David16962 — Thu Dec 12, 2024 11:11 pm