postgraphile.com - PostGraphile | PostGraphile

Description: Extensible high-performance automatic GraphQL API for PostgreSQL

server (18806) api (2376) plugins (700) postgresql (404) graph (272) graphql (171) introspection (25) postgraphile (2) postgraphql (2) postgres-graphql (2)

Example domain paragraphs

Instantly spin-up a GraphQL API server by pointing PostGraphile at your existing PostgreSQL database Try it now: npx postgraphile -c my_db --watch requires Node.js 8.6 or higher This will create the `postgraphile_watch` schema in your database to enable `--watch` mode. If your database is on another machine, you may pass a connection string in place of my_db . Connection strings have the form:

postgres://pg_user: [email protected] _host:pg_port/pg_db?ssl=true

Rapidly develop lightning-fast powerful applications 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. Strong PostgreSQL support GraphQL best practices Simple to deploy and scale Highly customisable Impressively high performance Granular authorisation via RLS Open source under MIT