First install using npm:
npm install -g postgraphql
and then just run it!
postgraphql postgres://localhost:5432/mydb --schema forum --development
For more information run:
postgraphql --help
First install using npm:
npm install -g postgraphql
and then just run it!
postgraphql postgres://localhost:5432/mydb --schema forum --development
For more information run:
postgraphql --help