Exploring PostGraphile: Automatic GraphQL APIs from the PostgreSQL database



Exploring PostGraphile: Automatic GraphQL APIs from the PostgreSQL database

Exploring PostGraphile: Automatic GraphQL APIs from the PostgreSQL database

PostGraphile automatically creates GraphQL APIs for PostgreSQL from the database schema.

PostGraphile automatically detects tables, columns, indexes, relationships, views, types, functions, comments, and more — providing a GraphQL server that is highly intelligent about your data, and that automatically updates itself without restarting when you modify your database.

PostGraphile is a Node.js project and can be easily embedded in your existing Node.js application. The tool is extremely performant and can compiles a query tree of any depth into a single SQL statement, resulting in extremely efficient execution

https://www.graphile.org/

#graphql #postgraphile #api

Comments are closed.