←back to thread

75 points markusw | 1 comments | | HN request time: 0s | source
Show context
nu11ptr ◴[] No.45335239[source]
You can, just embed it in your Go app:

https://github.com/fergusstrange/embedded-postgres

replies(2): >>45335287 #>>45335384 #
tptacek ◴[] No.45335287[source]
This just runs Postgres as a process, right?
replies(2): >>45335295 #>>45336911 #
1. nu11ptr ◴[] No.45335295[source]
Yes, but it embeds it in your executable so it is transparent to the end user.

UPDATE: Actually, I see it is downloaded (and I think cached?). I can't recall if you can embed as an option or not.