PostGraphile
Tocca una stella per valutare
PostGraphile automatically generates a complete GraphQL schema from your PostgreSQL database structure, including all tables, relationships, and custom logic. The tool bridges the gap between your database and your GraphQL API with introspection and real-time schema updates as your database evolves.
It's perfect for teams who want GraphQL without building a resolver layer from scratch. PostGraphile is strongest when you're comfortable declaring your data model in PostgreSQL (using views, functions, and comments for metadata) and you want the API to stay tightly synchronized.