Actually Queryable Executables
Summary
The article explores 'Actually Queryable Executables' where a program is stored and executed from a SQLite database. It presents SELF, a single-file webserver that persists state inside the same database, and discusses deployment, ACID transactions, and the broader implications of database-as-program. The piece also compares this approach to prior work (redbean) and highlights tooling and security/deployment considerations of a one-file, self-modifying system.