They'd have one trillion + 1 if they had better JSON support. I'd be using it in a large healthcare project I'm working on now. Unfortunately, the JSON support is basically "serialize to a string". Postgres is miles ahead with jsonb. Shame, I <3 sqlite.
Could you expand on what Postgres offers that SQLite doesn't in this regard? I'm curious to know what I'm missing out on.
https://www.theguardian.com/info/2018/nov/30/bye-bye-mongo-h...
Example: The Guardian switched from Mongo to Postgres jsonb as a nosql db.