Hacker News new | ask | show | jobs
by woodpanel 14 hours ago
DBeaver can also open/manage SQLite databases. I use it daily (although on a tiny page).
1 comments

Ah, my point was more on how to connect to the live database on some remote server.
DBeaver can connect to remote sqlite databases through an SSH tunnel:

https://dbeaver.com/docs/dbeaver/Database-driver-SQLite/#rem...

Connect to the remote server and run it?