Graphile
p/graphile
Performant pluggable GraphQL APIs
Mallory-Erik
PostGraphile — Instant GraphQL API in Postgresql and Node
1
GraphQL API from a PostgreSQL schema in seconds.
- High performance
- Extensibility via schema & plugins
- Auto-discovered relations
- Computed columns
- Custom SQL queries
- Auto CRUD
- Custom mutations
- Real-time subscriptions
Replies
Mallory-Erik
While searching for Prisma GraphQL alternatives discovered this gem, in the same space as Hasura (Haskell), the newer SuperGraph (Golang). Appears to be extremely high-quality product written in and extendible in Node.js. Users' comments across the web appear enthusiastic and frequently tout PostGraphile's quality and constant improvement. A key here is that this is database-driven development. Plays nicely with Apollo client and Relay Modern.