News

$ docker run -it --rm \ -p 8080:8080 \ -v /path/to/your-data:/data \ -e SQLITE_DATABASE=db_filename.db \ ghcr.io/coleifer/sqlite-web:latest Then navigate to http ...
Project Status: This project is currently under active development. While we strive to ensure compatibility across various SQLite implementations (especially for binary data storage), there may still ...