sqlite-web: Web-based SQLite database browser written in Python
submitted by
github.com/coleifer/sqlite-web
0 Comments
Comments from other communities
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.
PieFed