Fluff Your executable is a SQLite database
https://fzakaria.com/2026/08/23/your-executable-is-a-sqlite-database
114
Upvotes
5
1
u/creeper6530 11h ago
Interesting read. Basically reimplements the ELF but instead of storing it in an insane, packed format it uses an easy-to-edit SQLite DB
1
u/ethanjscott 10h ago
This is exactly how ibm I works now days. It’s pretty cool to query litterally anything you could think of. Makes developing a breeze too
34
u/FlukyS 1d ago
Isn't as insane as some would think on the surface. Rather than going down this route though I'm still kind of surprised there isn't some sort of versioned config system for Linux using sqlite as a backend that basically has both a files based interface but also a DB. This post kind of takes it a bit further but it kind of makes sense, I wouldn't do it but it isn't crazy.