1 comment

[ 2.6 ms ] story [ 10.5 ms ] thread
Postgraphile hits version 5, replacing the look-ahead system with a planning and execution system called Grafast that simplifies the SQL queries it generates.

Version 5, soon to be in beta, continues the pattern of auto-generating the structure, types, and resolvers for your GraphQL project based upon the models you've already defined in your Postgres database. CRUD queries and mutations are automatically created from tables and views. More advanced queries and mutations are just a Postgres function away.

V5 is welcoming feedback from project sponsors. If you don't want to wait for the next release, v4 is still fully supported and available at https://www.graphile.org/postgraphile/

(Note: I do not work for nor am endorsed by the Graphile team, and I was not paid to submit this. Merely a loyal fan.)

Database-driven design without the boilerplate hassle.