sqlite-web: Web-based SQLite database browser written in Python

mac@programming.dev to Programming@programming.dev – 45 points –
GitHub - coleifer/sqlite-web: Web-based SQLite database browser written in Python
github.com
2

In case anybody else is confused: the Python runs on the backend, you give it an sqlite file as argument and it spawns a web-server that serves a MVC CRUD interface for that file.

Thanks. Title had me imagining some grotesque monstrosity of webassembly