SQLite is a beast for certain use cases. It falls over hard if you need concurrent writes (hopefully @tursodatabase solves that). And no network access makes it unsuitable for large scale apps which run multiple instances. But it’s perfect for non-distributed read-heavy workloads