Graphile Crystal provides tools to build highly efficient and automatically generated GraphQL APIs, particularly from PostgreSQL databases.
This monorepo houses Graphile's core projects, including Grafast, a cutting-edge GraphQL execution engine that replaces GraphQL.js's `execute` method with 'plan resolvers', and PostGraphile, which generates a high-performance GraphQL API directly from a PostgreSQL database. It also contains related utilities like `pg-introspection` and `pg-sql2` for database interaction.
Graphile Crystal provides tools to build highly efficient and automatically generated GraphQL APIs, particularly from PostgreSQL databases.
Backend developers aiming for highly performant, automatically generated, or easily customizable GraphQL APIs, particularly those using PostgreSQL.