> What people actually wanted to talk about, though? Databases.

And they completely avoid discussing it again in this article.

It would be nice if I could know what their product is for because it doesn't seem to be the apps I work on.

This is a "raised money" post. So presumably they raised money so they can have a database answer in the future.

We have a multi-region single-write-leader Postgres offering now, but "databases" means lots of things to lots of people, and the platform strategy is to build durable storage primitives that work for as many different databases as possible. People run things like Cockroach here, and edge deployment also makes SQLite especially interesting.

Do you have any info about how edge deployments + sqlite work and what kind of applications they are limited to?

Basically, LiteFS: https://github.com/superfly/litefs

And then some load balancer cleverness that reroutes writes to a specific VM: https://fly.io/blog/globally-distributed-postgres/