|
|
|
|
|
by oneplane
736 days ago
|
|
If I'm not mistaken, Apple's CoreStorage is based on SQLite, so pretty much every Apple device for the last years (or decade, probably) is constantly using tens (or more) SQLite databases, per OS. That includes Macs, Phones, Watches, AppleTV etc. That has got to be more than 3 billion devices (since there are at least 2 billion of the phones in active use). SQLite is also quite often a CI/CD default when building and testing software where you might want to do some tests without starting an entire RDBMS server. But I suppose it's different if we think in terms of networked databases, or multiuser. |
|