← Back to context

Comment by emehex

20 hours ago

I think you'd be surprised to learn how many real production apps are actually running on top of SQLite (by way of Cloudflare D1).

Many DB servers are built upon embedded DB primitives (like RocksDB), that doesn’t mean the primitives are sufficient on their own.

  • I'm not sure what this has to do with my comment? D1 is pretty much sufficient on it's own...

    • My point is D1 is not sqlite, it’s a serverized architecture of it, including building things like replication, etc.

      Plus, D1 has a 10gb limit which is wild to call “sufficient”.