> While SQLite is a really amazing database, most teams will benefit from avoiding it and going the PostgreSQL way instead. > Bazillions of engineering hours have been spent to make Postgres the best backend database and choosing SQLite will inevitably force you to reinvent what Postgres already had for many years, in a fragile and buggy way. Could the same not also be said for MS SQL Server, Oracle, Sybase, MySQL, o…
What you're saying (and what the author is saying) however is clashing with the reality of so many developers using sqlite and being happy with it.
I'd suggest to rewrite it another way:
> Bazillion of developers think they'll need a full-fledged database for their new project while sqlite will cover most of their needs.