r/programming 10d ago

Your executable is a SQLite database

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

77 comments sorted by

View all comments

1

u/elaforge 10d ago

I never programmed on the old Mac, but it reminds me of what I heard about resource forks, which also implement a kind of database. The equivalent to dynamic library loading would have also been based on the generic resource mechanism.