postgraphile

Instant GraphQL API for PostgreSQL databases

brewmacoslinux
Try with needOr install directly
Source

About

GraphQL schema created by reflection over a PostgreSQL schema

Commands

postgraphile

Examples

Start PostGraphile server on default port 5000 connected to local database$ postgraphile -c postgres://user:password@localhost/mydb
Run on custom port with watch mode for schema changes$ postgraphile -c postgres://localhost/mydb --watch --port 3000
Export GraphQL schema to file without starting server$ postgraphile -c postgres://localhost/mydb --schema-only > schema.graphql