postrust-graphql 0.2.4

GraphQL API and realtime subscriptions generated from a PostgreSQL schema
Documentation

postrust-graphql

GraphQL API and realtime subscriptions generated from a PostgreSQL schema.

  • Builds a GraphQL schema from database tables, views and relationships.
  • Queries, mutations, filtering and ordering that mirror the REST surface.
  • Subscriptions backed by PostgreSQL LISTEN/NOTIFY.

Install

cargo add postrust-graphql

Part of Postrust

Postrust turns a PostgreSQL database into a REST and GraphQL API. It is published as a set of crates so you can depend on only the part you need:

Crate Role Docs
postrust-server HTTP server docs.rs
postrust-core Engine docs.rs
postrust-sql SQL builder docs.rs
postrust-auth Authentication docs.rs
postrust-response Response formatting docs.rs
postrust-graphql (this crate) GraphQL docs.rs
postrust-lambda AWS Lambda docs.rs
postrust-worker Cloudflare Workers docs.rs
postrust-proxy Reverse proxy docs.rs

Links

License

MIT -- see LICENSE.