Mac@programming.dev to Programming@programming.dev · 9 months agosqlite-web: Web-based SQLite database browser written in Pythongithub.comexternal-linkmessage-square2fedilinkarrow-up147arrow-down11cross-posted to: cool_github_projects@programming.devsqlite@programming.devhackernews@lemmy.smeargle.fans
arrow-up146arrow-down1external-linksqlite-web: Web-based SQLite database browser written in Pythongithub.comMac@programming.dev to Programming@programming.dev · 9 months agomessage-square2fedilinkcross-posted to: cool_github_projects@programming.devsqlite@programming.devhackernews@lemmy.smeargle.fans
minus-squarelemmyvore@feddit.nllinkfedilinkEnglisharrow-up9·9 months agoIn 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.
minus-squarekey@lemmy.keychat.orglinkfedilinkEnglisharrow-up6·9 months agoThanks. Title had me imagining some grotesque monstrosity of webassembly
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