Homebrew formulae for Evokoa projects.
brew tap Evokoa/tap
brew install pggraphpgGraph is packaged for Homebrew PostgreSQL 17. After installation, start or restart PostgreSQL and create the extension:
psql -d postgres -c "CREATE EXTENSION graph;"For local formula validation:
brew install --build-from-source ./Formula/pgrx@0.18.1.rb
brew install --build-from-source ./Formula/pggraph.rb
brew test pggraph