100 Languages Speedrun: Episode 39: SQLite
SQLite is likely the world's most popular database. It can be embedded in apps, and so many apps use it.
For example if you use Google Chrome, then you can open your history with sqlite3 and see which URL you visited most often:
$ sqlite3 ~/'Library...
taw.hashnode.dev8 min read