zonkyio / embedded-postgres-binaries

Lightweight bundles of PostgreSQL binaries with reduced size intended for testing purposes.
Apache License 2.0
130 stars 29 forks source link

[README.md] Add offscale/postgres-version-manager-go #69

Closed SamuelMarks closed 11 months ago

SamuelMarks commented 12 months ago

Your project is great!

I've used it in mine, which was originally based on the other Go project but has since deviated significantly.

postgres-version-manager-go

Like rvm/nvm but for PostgreSQL. Installs any of 140+ different versions of PostgreSQL for your system.

https://github.com/offscale/postgres-version-manager-go

Unlike the other solutions, mine is purposed primarily to be called from the command-line.

It [opt-out] stores configuration into a file and can even install system daemons.

PS: How do you want me to reference your project in my README?

tomix26 commented 11 months ago

A mention at the bottom of the readme is enough.