Added by: bluxmit
May 22, 2023
Version

~> sqlite-web

Description
Web-based SQLite database browser
Links
Install (execute in workspace terminal)
wrk install sqlite-web==0.4.1
Remarks and hints
This app will create folder `/home/project/sqlite` with Sqlite database file `/home/project/sqlite/db.sqlite`. This slqite database file will power the WEB UI.

If you need to run WEB UI for another sqlite database file, execute

>> sqlite_web <path-to-your-sqlite-db-file> --host 0.0.0.0 --port 8030 --no-browser

And open 'My app on port 8030' (My apps page)
Scripts
# Istall script # Start script
UI

// App port: 18038

alnoda-workspace
alnoda-workspace