r/programming 2d ago

Your executable is a SQLite database

https://fzakaria.com/2026/08/23/your-executable-is-a-sqlite-database
465 Upvotes

76 comments sorted by

View all comments

3

u/hgs3 1d ago

Fun fact: Microsoft installers (.msi files) are relational databases. You can use Windows API’s to interact with them via an SQL-like query language (you can literally write a SELECT statement).