If you have a static website with many tiny HTML files, which are very similar, it can take a lot of space, and the file i/o overhead can make operations time consuming. This tool stores all HTML page (& other static assets) in a simple SQLite database. There is a provided CGI programme, and simple http server, to serve from this format
Core, Rust library.
Command line tool for interacting with a sqlitesite file. Simple CRUD options possible.
CGI programme for serving web requests from a SQLite database
Simple, dev tool to serve up files from that sqlitesite.
Copyright MIT or Apache-2.0, 2025 Amanda McCann amanda@technomancy.org