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 in... See more