My belief in "Postgres Everything" is why I'm building PGlite.
The PG ecosystem is incredible, and PGlite is both the missing jigsaw price from it, and from app development.
I have very high hopes for it.
A nice thing about using Postgres for everything is that I don't need to set up a bunch of services just to be able to run my dev environment.
I can run Postgres and get a database, message queue, job queue, cache, vector store, and more.
Even simpler, I can use PGLite to run an in-memory instance and call it a day.