| |
The author presents SELF, a format where executable programs are stored as SQLite databases, allowing binary tooling to be simplified into SQL operations. A proof-of-concept webserver called self-httpd demonstrates this concept by combining the program code, website content, routes, and all visitor logs and state into a single queryable SQLite file that serves web requests and transactionally updates its own data.
Read Full Article →
← More Tech news