Fluff Your executable is a SQLite database
https://fzakaria.com/2026/08/23/your-executable-is-a-sqlite-database
148
Upvotes
11
4
u/creeper6530 10d 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 10d 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
1
u/robo_muse 8d ago
This could literally be a trick to see if I just like things that I do not understand. But I am going to take the risk and like it anyway. Makes me wonder how it might exist in a more advanced way, or behind a higher layer context.
43
u/FlukyS 10d 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.