is there a way to ship a Postgres DB server inside a node server locally? I am building an electron app with Next js inside it. At the moment, the electron app serves the next app inside it, but I dont have a local db. And I am trying to see if I can also build a local postgres database server inside it.
I know I can use SQLite, but I would prefer not to.