Actually queryable executables: a webserver whose binary and state are one SQLite file

bibryam · x · 2026-09-07

Farid Zakaria extends his SELF format idea — an executable packaged as a SQLite database — by letting the running program store its own state transactionally inside the same file, eliminating /var/, /tmp/ and /home/. The proof-of-concept self-httpd is a single-file webserver where the program, website, routes and visitor logs all live in one SQLite database, queryable via plain SQL.

Original post →

More from coding & agent

coding & agent channel →